Viewing 15 posts - 3,346 through 3,360 (of 18,926 total)
Anything in the windows or sql logs that explains the services not starting or stopping?
August 10, 2011 at 4:33 pm
Sure, send me the vpn access info along with XXX$ in my paypal account and I'll get that sorted out for you.
In the mean time we don't see your servers...
August 10, 2011 at 4:26 pm
Read this and then start a new thread if necessary
http://www.simple-talk.com/sql/learn-sql-server/understanding-and-using-parallelism-in-sql-server
August 10, 2011 at 3:54 pm
Matches SM MO. It starts shorts traces to log something then shut it right down...
August 10, 2011 at 3:41 pm
Leo.Miller (8/10/2011)
select * from Test1 with (nolock) where ID_Col = 10
But I would consider this a bit of...
August 10, 2011 at 3:16 pm
Please post the actua execution plan(s) and we'll have a look.
August 10, 2011 at 3:12 pm
I have sql monitor installed here and the logs is full of messages like this one.
Someone / something started a trace, you can be sure of that.
August 10, 2011 at 3:05 pm
LutzM (8/10/2011)
Ninja's_RGR'us (8/10/2011)
...Had forgotten the function and was focussing simply on your operation!
Another reason to post DDL! 😀
Seems like I wasn't clear enough the code I posted could be used...
August 10, 2011 at 3:03 pm
That report is fine, but how do you intend on scaling that to 30+ dbs if you don't have a script to run?
DBCC SQLPERF(logspace) will give you that. Of...
August 10, 2011 at 2:59 pm
Agreed, but copy / paste is not a significant amount of work in my own book!
August 10, 2011 at 2:53 pm
LutzM (8/10/2011)
Ninja's_RGR'us (8/10/2011)
Why bother with right?SELECT 1 000 000 + CONVERT(INT, ID) WHERE ID < 1 000 000
Because it would not return a character value with leading zeros?
The function Matt...
August 10, 2011 at 2:52 pm
Yes, you set the files for 100GB, but if there's only 10 GB of used space then there's 90 GB available for inserts / updates.
August 10, 2011 at 2:48 pm
I think you have good reasons to post your reasons. Most guys here have become really good at filtering out "shaddy" descriptions.
I'm not insinuating you are doing anything illegal...
August 10, 2011 at 2:42 pm
Viewing 15 posts - 3,346 through 3,360 (of 18,926 total)