Viewing 3 posts - 1 through 3 (of 3 total)
I dont't see how I can use this procedure in my code...
I've tried exec sp_MSforeachdb @command1='exec mySP' but it's the same result.
Can you explain me ?
Thank's
Gaëlle
July 12, 2007 at 7:16 am
#718964
Hello,
Has someone resolve this error ? I have the same message : error: 16954 "Executing SQL directly; no cursor." when I execute a trace of all exceptions.
I don't find the...
February 6, 2006 at 4:10 am
#618918
Thank you, I've find the command :
ALTER DATABASE TEST SET CURSOR_DEFAULT LOCAL;
February 6, 2006 at 3:54 am
#618917