Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
2134 Points
494 Posts
Dec 30, 2011 10:13 AM|LINK
hey change the syntax as follow
FETCH NEXT FROM myqry INTO @id,@mplan
refer the msdn link here
http://msdn.microsoft.com/en-us/library/ms180169.aspx
Sankalpa
Contributor
2134 Points
494 Posts
Re: Stored Procedure Cursor problem
Dec 30, 2011 10:13 AM|LINK
hey change the syntax as follow
FETCH NEXT FROM myqry
INTO @id,@mplan
refer the msdn link here
http://msdn.microsoft.com/en-us/library/ms180169.aspx