I created a stored procedure and tested it.
The results were correct.
However, when I saved it, I do not see it in the folder with the other stored procedures that are on the server (under the Programmability folder)?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You don’t need to save a stored procedure, like a script, you need to execute the stored proc with a create statement at the top.
It will then show up in the stored proc folder. To make changes, you “alter” the stored proc and run it again.