Viewing 15 posts - 16,606 through 16,620 (of 19,564 total)
jsciii (3/11/2010)
It would appear there is no down side to mount points and even MS recommends them to avoid the dreaded drive letter limitation....
March 11, 2010 at 10:35 am
Cyberspy (3/11/2010)
I suggest you run it in your webpage and verify that it did not happen. It likely did occur for the hacker and the hacker will return at...
March 11, 2010 at 10:33 am
Oleg Netchaev (3/11/2010)
When recovery model is full, proper handling of the log file growth is of utmost importance, and your article...
March 11, 2010 at 9:45 am
Chad Crawford (3/11/2010)
Thanks Jason, I pulled some nice stuff from your article and now have a quick reference for log growth issues!
Thank you. I actually started out using...
March 11, 2010 at 9:45 am
Gianluca Sartori (3/11/2010)
Very nice article, Jason! Added to my briefcase.
Thank you.
March 11, 2010 at 9:43 am
Paul Randal (3/11/2010)
@medelstein From the (incredibly helpful, eh?) error, you're running the code on a SQL 2000 box, or in the context of a DB that set to...
March 11, 2010 at 9:42 am
medelstein (3/11/2010)
I tried creating the runninSqlStatements stored procedure and it gives me a syntax error on this line:
CROSS APPLY sys.dm_exec_sql_text(er.sql_handle) as qt
with this error:
Msg 102, Level 15, State...
March 11, 2010 at 9:41 am
arr.nagaraj (3/11/2010)
No. I prefer Jason's approach. Logging every small transaction is just pointless in the context of this article, as I have made clear already. You will just make it...
March 11, 2010 at 9:40 am
Paul White (3/11/2010)
Does anyone use 2000 any more?Sadly, I cannot digress much longer - I have to review your review of my article, Jason. Back later, perhaps.
Unfortunately,...
March 11, 2010 at 3:31 am
Paul White (3/11/2010)
March 11, 2010 at 3:22 am
Let's keep in mind that the query I provide for recording the size is for SQL 2005 and 2008 (as stated in the article). To make this work on...
March 11, 2010 at 3:18 am
Did you try to run the dbcc shrinkfile without the truncateonly option?
March 11, 2010 at 2:08 am
A file should only be set offline when the file is corrupted, but it can be restored. A file set to offline can only be set online by restoring the...
March 11, 2010 at 1:42 am
Viewing 15 posts - 16,606 through 16,620 (of 19,564 total)