Viewing 15 posts - 61 through 75 (of 90 total)
Thanks all for the good feedback!
Steve, just to clarify, I didn't mean to imply we had Dev and Prod code on the same server. We of course have a separate...
February 12, 2010 at 6:02 am
Thanks Tim.
We don't have quite the distinction between Dev and Prod unfortunately.
Along your thoughts of optimizing for load, I'm leaning toward limiting cross server queries. We do a lot...
February 11, 2010 at 1:05 pm
Welsh, thanks for the response.
My question was really looking for general theory on why you would choose to group databases together. That said, I do a fair amount of...
February 11, 2010 at 11:55 am
Thanks for the response Colin.
Recognizing there is no correct answer, all thoughts and ideas are helpful!
February 11, 2010 at 5:38 am
Look up "default trace" in BOL.
This server option is turned on by default. There's little documentation on when and what data it collects, however, you may be able to...
February 10, 2010 at 9:33 am
Hmmm...I would have thought TRUNCATE could raise a DDL trigger.
February 5, 2010 at 6:42 am
Generally that is all there should be. However, there are certain nuances with the LocalSystem account that I'm not familiar enough to speak to.
January 15, 2010 at 10:06 am
When using Windows Authentication - that user must have file system permissions to the file. When using SQL Server authentication - the service account that runs the SQL Server services...
January 15, 2010 at 8:23 am
Thanks for the suggestion Paul.
So I had to wait until after Thanksgiving for my maintenance window. I downloaded the Hotfix and went to install it and got this message:
This SQL...
December 1, 2009 at 6:38 am
Thanks for the response guys..
Unixbomer: Yes, "SELECT * FROM ::fn_dblog(NULL, NULL)" does show a checkpoint occurred, however it was over 12 hours ago.
Steve: It's tough to tell the size of...
November 18, 2009 at 12:07 pm
The last couple hours I've been watching the log go from 95, to 96...it's now over 99% full. I expect auto grow to occur at any moment. If that occurs,...
November 17, 2009 at 12:45 pm
Fair question...I had to double check myself, but yes, it's in SIMPLE.
Yes, manually executing CHECKPOINT flushes the log.
November 17, 2009 at 12:29 pm
This is an old database and the log was set to auto grow by small increments so I thought maybe over time there became too many virtual log files. So...
November 17, 2009 at 9:01 am
Thanks again...
DBCC SQLPERF(LogSpace) shows that the log is 95% used.
I understand it doesn't run on a schedule, but I would think the next transaction that comes along, it would see...
November 17, 2009 at 8:32 am
Thanks Gail for the suggestion. Here are the results:
No active open transactions.
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
November 17, 2009 at 7:46 am
Viewing 15 posts - 61 through 75 (of 90 total)