Viewing 15 posts - 54,151 through 54,165 (of 59,065 total)
Ummmm.... you know what SUM is... do you know what COUNT is?
November 12, 2007 at 11:03 pm
I've never understood this... a 300GB hard drive costs about $110 and a 500GB hard drive costs only about $140. Your database is going to do nothing but to...
November 12, 2007 at 11:00 pm
Very urgent normally means "I'm on an interview" or "I'm taking a test" or "I have homework due tomorrow"... what's your situation 😉
November 12, 2007 at 10:49 pm
Why does anyone think that SQL Server Express can handle the Enterprise quality/size of 2k5 databases? You've probably violated at least one size limit and Lord knows what else...
November 12, 2007 at 10:47 pm
There must be a couple million posts on how to do something like this... and, most of them are a bad use of SQL 'cause this is a form of...
November 12, 2007 at 10:43 pm
I just got done doing a conversion for "unlimited scalability" using a (yeeeeaaacchh!) Cursor (haaaaaaaaaack! Patoooooiiiii!)... it takes 17 times longer to run even though I wrote it as a...
November 12, 2007 at 10:37 pm
And, unless you're going to put the sproc in the Master database, don't use sp_ as the beginning of the sproc name.
November 12, 2007 at 10:27 pm
Remove the DROP TABLE and the GO... then, it should work as a sproc.
November 12, 2007 at 10:26 pm
Ack... I forgot that the Name column in SysDatabases is of the SysName datatype which is actually NVARCHAR... cuts the capabilities of the script in half without a conversion.
Also, 8000...
November 12, 2007 at 9:44 pm
More like SPAM than anything else...
November 12, 2007 at 6:30 pm
Yes... you need to write it in a "special" way... without a cursor! 😉
November 12, 2007 at 6:18 pm
This report is accessing a history table that is constantly being written to by the application,
That would be part of the inconsistency... procs recompile when certain amounts of data...
November 12, 2007 at 6:14 pm
I can't prove it, but apparently you have... I've heard that the sp_OA* procs have a "connection leak"...
Real key here is what do you think you need an sp_AO* string...
November 12, 2007 at 6:08 pm
I don't see any similarity, either, except for the fact that Alicia has, again, not shown anything that she's tried (not to mention the double post).
November 12, 2007 at 6:00 pm
Viewing 15 posts - 54,151 through 54,165 (of 59,065 total)