Viewing 5 posts - 1 through 5 (of 5 total)
So you have mentioned stored procedures prefixed with "sp_". How about if they are prefixed with "sp" only (without underscore)? Are they affected too?
Is there any recommended solution? I mean...
March 10, 2008 at 12:46 am
Maybe you can try this:
ALTER AUTHORIZATION ON DATABASE::coda TO sa
Hope helps.
April 19, 2006 at 5:23 pm
:: Ezz Khayyat
:: Well, the LIMIT clause is really mssing around in SQL Server!
:: But also, you have to consider the IDs...
April 5, 2005 at 10:56 pm
:: JSBBS
:: It is now recommended to use the TABLE variable, rather than temp tables
:: (see SQL Books Online)
I've just known if...
April 5, 2005 at 5:52 am
:: PW
:: Why are you turning NOCOUNT off, when there are statements in there (eg
:: the INSERT INTO) which will generate...
April 4, 2005 at 5:16 am
Viewing 5 posts - 1 through 5 (of 5 total)