StumbleUpon
Share on Facebook

Saturday, September 5, 2009

'int' is not a recognized CURSOR option.

This error occurs when a variable name is preceded by # instead of @. # is used to declare temporary table

declare #myi int

Should be replaced by

declare @myi int

No comments:

Related Posts Plugin for WordPress, Blogger...