Hi
I have a large query and i want to store query in stored procedure please describe how to store it?
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.
Ranjit PowarPosted Jan 28, 2015, 12:36 AM
Create procedure ProcedureName
AS
Begin
[Select Query]
End
Khargesh RajputPosted Jan 27, 2015, 11:40 PM
do you want to execute the stored procedure
Davin MartynPosted Jan 27, 2015, 11:25 PM
Davin MartynPosted Jan 27, 2015, 11:25 PM
Khargesh RajputPosted Jan 27, 2015, 11:04 PM