Forum Replies Created

Viewing 15 posts - 16,606 through 16,620 (of 19,564 total)

  • RE: Using mount points instead of drive letters

    jsciii (3/11/2010)


    Good info everyone (especially the MS link).

    It would appear there is no down side to mount points and even MS recommends them to avoid the dreaded drive letter limitation....

  • RE: SQL Injection Attempt

    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...

  • RE: Log Growing Pains

    Oleg Netchaev (3/11/2010)


    This is a very good article Jason, thank you.

    When recovery model is full, proper handling of the log file growth is of utmost importance, and your article...

  • RE: Log Growing Pains

    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...

  • RE: Log Growing Pains

    Gianluca Sartori (3/11/2010)


    Very nice article, Jason! Added to my briefcase.

    Thank you.

  • RE: Log Growing Pains

    Paul Randal (3/11/2010)


    Good stuff Jason.

    @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...

  • RE: Log Growing Pains

    medelstein (3/11/2010)


    Hello,

    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...

  • RE: Log Growing Pains

    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...

  • RE: Log Growing Pains

    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,...

  • RE: Log Growing Pains

    Paul White (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...

  • RE: Log Growing Pains

    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...

  • RE: Today's Random Word!

    berber (with Scotchgard)

  • RE: What can be the cause when a DBCC SHRINKDATABASE(N'DBname') works but DBCC SHRINKFILE (N'MDFfile' , 0, TRUNCATEONLY) fails.

    Did you try to run the dbcc shrinkfile without the truncateonly option?

  • RE: Today's Random Word!

    Rug Doctor

  • RE: Unable to full backup

    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...

Viewing 15 posts - 16,606 through 16,620 (of 19,564 total)