Viewing 15 posts - 166 through 180 (of 201 total)
55881 seems pretty healthy to me. Are you seeing other symptoms of memory pressure?
Andrew
October 26, 2011 at 8:04 am
does this path exist? If not, change it to one that does exist, or create it... 'C:\myfolder\mytrace'
thanks, Andrew
October 13, 2011 at 8:12 am
Schadenfreude-Mei (10/12/2011)
Your going to raffle off a flight on Virgin Galactic to a DBA who correctly answers questions over a 5 week period?
🙂
October 12, 2011 at 9:06 am
do you use the SQL Server Audit feature?
October 12, 2011 at 8:04 am
Just checking that it's the entire SQL Server restarting, not just the database(s)... as that could be fairly easy to explain away (probably)
Are you able to post the informational messages...
October 11, 2011 at 6:35 am
Hi,
Take a look at Jonathon Kehayias' blog post, which might help you out.
Thanks, Andrew
September 28, 2011 at 10:10 am
Here's a very good explanation of Instant File Initialization:
September 28, 2011 at 9:43 am
Hi,
There are many standard reports that will show you where most of the space has accumulated (right click database > Reports > Standard Reports). Disk Usage by Top Tables,...
September 28, 2011 at 9:21 am
Hi, thanks for your input. I'd performed the same tests with changing the users default database and connection string and saw the same results. I thought I might...
September 27, 2011 at 11:30 pm
ha, I wish! There's 3 beefy ones on there, and a couple of tiddlers
September 23, 2011 at 6:14 am
there might be a cheeky 256GB in that host 😎
Points taken though... thanks
September 23, 2011 at 6:11 am
Ninja's_RGR'us (9/23/2011)
adb2303 (9/23/2011)
if all you want is row counts, you could use:
exec sp_MSforeachtable 'select count(*), ''?'' as table_name from ?'
Gonna be slow as hell to run.
Try that code on a...
September 23, 2011 at 6:01 am
if all you want is row counts, you could use:
exec sp_MSforeachtable 'select count(*), ''?'' as table_name from ?'
September 23, 2011 at 5:54 am
OK - thanks for the advice. This is the only time I've seen one like this - the typical deadlocks we see are much easier to interpret. If...
September 20, 2011 at 4:31 am
Hi,
We're already getting the deadlock events written to the log. I've turned on verbose logging for deadlock events, which produced the attached file, but I am unfamiliar with this...
September 20, 2011 at 3:55 am
Viewing 15 posts - 166 through 180 (of 201 total)