How to stored procedure data run select statement query get data stored in temporary table?
What I have tried:
select * from #Temptable
(exec OB_Course_Seats 'MC',0,-1)
how to get storeprocedure data store in Teporary(#Temptable) table above query wise get possible result.
4 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Nitin SontakkePosted Feb 28, 2017, 7:19 AM
Nitin SontakkePosted Feb 28, 2017, 7:20 AM
Nirmal KumarCPosted Feb 28, 2017, 7:16 AM
Nitin SontakkePosted Feb 28, 2017, 7:10 AM