Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32056

getting multiple resultset using single stored procedure

$
0
0
i have two table lik

emp_detail
emp_contact

m using stored procedure to get the output

create procedure pro
as
begin
select * from emp_detail
select * from emp_contact
end

is this correct or any other way in sql server

Viewing all articles
Browse latest Browse all 32056

Trending Articles