stored procedures
what happened to this ??

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.
romasha aliPosted Oct 11, 2013, 7:32 AM
romasha aliPosted Oct 11, 2013, 7:31 AM
ashleyturnierPosted Oct 11, 2013, 12:36 AM
create procedure Proc_Name
Anoop Kumar SharmaPosted Oct 10, 2013, 10:42 PM
See the red and orange boxes in above image. I think you have done mistake here(check spelling).Why I am saying this? Because the name you declare is different from the name you are using in your query.
and try to declare parameter like this:-
DECLARE @MyVariable INT
SET @MyVariable = 8
Specify a parameter name by using the at sign (@) as the first character
--------------------------------------------------------------------------------------
There are no mistakes or failures, only lessons.