Viewing 15 posts - 48,406 through 48,420 (of 49,571 total)
There's a checkbox underneath the PM text box, to save a copy into sent items. It is unchecked by default.
October 5, 2007 at 7:47 am
See what the following counters look like:
under physical disk
Transfers/sec (for each of your drives seperatly)
under process (for SQL at least. Other processes if you think they may be contributing to...
October 5, 2007 at 7:37 am
No reoccurence last night. This is probably going to be one of those once-off mysteries that never get solved. Did get a nice perfmon trace over the entire night that...
October 5, 2007 at 1:06 am
From management studio? I believe that error comes from the object explorer.
Try SQLCMD (the command line tool) or using management studio, don't connect the object explorer, create a new...
October 4, 2007 at 8:02 am
K. Brian Kelley (10/4/2007)
October 4, 2007 at 7:45 am
Anders Pedersen (10/4/2007)
October 4, 2007 at 7:36 am
If you can, run the SQLIOSim (of SQLIOStress, can't remember the name) and see what it tells you about the drives.
It's a stress test tool for drives that simulated the...
October 4, 2007 at 7:07 am
I've also seen it in those circumstances, but it's fairly unlikely here. 11pm is the beginning of the overnight process run, and there should be no more than 30-50 connections...
October 4, 2007 at 6:29 am
If you're working on SQL 2000, please rather post in the SQL 2000 forums. If you post in SQL 2005 forums, people will offer 2005-specific solutions.
I'm not understanding your problem....
October 4, 2007 at 6:28 am
In my experience, buffer latch timeouts are often IO related. You may want to check you drive's performance if you get these more than once or twice.
October 4, 2007 at 1:43 am
Since you're working with SQL 2005 (or I assume so, based on the forum) don't use text. It's deprecated. Rather use the varchar(max) datatype.
Also, what you're doing is very strange....
October 4, 2007 at 12:15 am
Nick Via (10/3/2007)
October 3, 2007 at 9:48 am
Yup 🙂 That'll give you the names of any triggers on the table. Once you have the names, you can use sp_helptext to get the text of the...
October 3, 2007 at 9:38 am
Any strange messages in the sql error log? any strange messages in the windows event log?
What's the specs of the server? (memory, cpus)
Have you tried connecting via the DAC when...
October 3, 2007 at 9:19 am
Viewing 15 posts - 48,406 through 48,420 (of 49,571 total)