How do we return a record set from a Stored Procedure in SQl
server 2000?
Answer Posted / sandeep modapathi
using cursor datatype
declare an output data type
@my_cursor CURSOR VARYING OUTPUT
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are temporal tables in sql server 2016?
What is nolock hint in sql server 2008
In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram
why would you use sql agent? : Sql server database administration
how you can list all the tables in a database?
What is a Join and explain its types?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
What is the temp table?
How to name query output columns in ms sql server?
How to create median function?
What is delete query?
How to list all user defined functions in the current database?
What is an execution plan? How would you view the execution plan?
on line cluster can we make if yes tell me the procedure
What are 3 ways to get a count of the number of records in a table?