Can we passed multiple recordset(set of records) using a
Stored Procedure

Answer Posted / anil

just write DML sttements like insert into table1 values(),insert into table2 values()in stored procedure.By the way you can send multiple records at one time.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a query to include a constraint, to check whether the employee salary is greater than 5000?

1108


What is user-defined inline table-valued function?

512


Are connections to sql server encrypted?

566


Explain different types of self contained sub query?

536


How do you improve the performance of a SQL Azure Database?

115






What are rest-style architecture's?

149


What are the differences between triggers and stored procedures?

531


Does sql server 2016 have ssms?

505


What is transaction server consistency?

539


What are the differences between lost updates and uncommitted dependencies?

532


Explain log shipping and mention its advantages.

589


How the authentication mode can be changed?

597


What happens to a trigger with multiple affected rows?

524


You have several tables, and they are joined together for querying. The tables contain both clustered indexes and non clustered indexes to optimize performance, how should you distribute the tables and their indexes onto different file groups?

551


What is a transaction and why is it important?

564