Viewing 15 posts - 21,136 through 21,150 (of 39,834 total)
There are rollforward messages in there, if they were large transactions, they could have caused some disk activity.
January 8, 2010 at 9:36 am
It seems like most people want a segregated section. That's not a bad idea, and I'll kick it around with the publishing team here.
I do like to run articles...
January 8, 2010 at 8:09 am
Check the default trace for that time. See what might have been running.
SQL will use all resources if they are needed, so I'd start by trying to determine what might...
January 8, 2010 at 8:03 am
I've avoided money as I'm not sure if provides benefits over the numeric types. It also limits me, and I prefer to not be limited. I let the application handle...
January 8, 2010 at 8:02 am
The compatibility level determines how the code is interpreted by the server. It allows keywords that did not exist in 2000 (or 7) but do exist in 2005 to still...
January 8, 2010 at 7:57 am
If you are on SQL 2000, I'd use GSquared's idea and make sure that you secure the keys well that are used in the DLLs. If you have them protected...
January 8, 2010 at 7:52 am
You need to look in the properties for each instance to determine what the memory settings are, not the Windows System Monitor.
January 8, 2010 at 7:50 am
This is a belated honeymoon with my lovely wife, so I don't think I'll be doing any work.
I'd love to come over sometime, just not sure I can get the...
January 8, 2010 at 7:45 am
Roy Ernest (1/8/2010)
January 8, 2010 at 7:33 am
I haven't seen GI Joe, but it looks cool. Working through Angels and Demons on most of my runs now, but might try GI Joe after that.
January 8, 2010 at 7:30 am
I think you'd have to do something like the ping test listed, writing to a file, to help determine this.
What does the process do exactly in terms of calling sprocs?...
January 7, 2010 at 6:16 pm
Thanks, Paul.
I added a note to your blog as well. If that's correct, I'll edit the article to make sure people understand. I think the article is a little ambiguous...
January 7, 2010 at 6:15 pm
If you have databases in simple mode, you do not need log backups. The checkpoints should mark the log as free. I'm not sure why you see this error in...
January 7, 2010 at 4:05 pm
Viewing 15 posts - 21,136 through 21,150 (of 39,834 total)