Groups | Blog | Home
all groups > sql server (microsoft) > may 2007 >

sql server (microsoft) : multiple record set


Mike J
5/18/2007 6:16:26 PM
Not the best at Sql
is it possible to return multiple recordsets from a Stored Proc
if so
does any body have a example
TIA
MJ

Aidy
5/19/2007 5:36:16 PM
CREATE PROCEDURE Test_SP
AS

SELECT * FROM Table1

SELECT * FROM Table2


Yes, it's that simple :)

[quoted text, click to view]

AddThis Social Bookmark Button