Forum Replies Created

Viewing 15 posts - 7,141 through 7,155 (of 8,416 total)

  • RE: restoring a database page. whats the process

    GilaMonster (9/8/2009)


    There are bugs, they are rare. I believe Paul Randal talks about 99.9% of all corruptions he's seen are IO subsystem problems.

    That's just a fancy way to say that...

  • RE: High % Disk Time but low Avg. Disk Queue Length

    sqlrunner (9/4/2009)


    Can you provide information about the server itself? Can you also tell me what your cache hit% is? ...The total memory of your server + your cache...

  • RE: restoring a database page. whats the process

    GilaMonster (9/8/2009)


    Well, excluding bulk-logged operations in bulk-logged recovery model.

    You make it sound as if backing up the log, switching to the BULK_LOGGED recovery model, performing minimally-logged operations (like an index...

  • RE: How to Take Incremental Backup in sql server

    A differential backup contains all the changes since the last full backup.

    An incremental backup contains all the changes since the last incremental backup (or the full, if no incrementals have...

  • RE: How can you be sure your backup doesnt contain corrupt data?

    winston Smith (9/7/2009)


    Lets say you run dbcc checkdb and find some corruption in the database. You decide to restore the last successfull backup to resolve the issue. How can you...

  • RE: restoring a database page. whats the process

    GilaMonster (9/8/2009)


    Paul White (9/8/2009)


    If no errors are reported after a stage, you know that the corruption occurs somewhere in the following log restores.

    Log backups generally will only have corruption in...

  • RE: Replacing log shipping with robocopy

    Indianrock (9/7/2009)


    Has anyone used robocopy ( or something better ) to copy backups? The pipe from our server farm at Raging Wire to our office is 250MB and...

  • RE: restoring a database page. whats the process

    Actually, I might have misread the question first time around - I thought you were asking what to do if you received the DBCC message after restoring the database from...

  • RE: restoring a database page. whats the process

    winston Smith (9/7/2009)


    Let's say I have a full backup, and 3 tran log backups in the chain. I get an error telling me of page corruption. I run dbcc...

  • RE: Roll back on procedures

    benyos (9/7/2009)


    Assuming your inline comamnds are plain SQL or through exceptions when there are internal erros, you could simply use the built in mechanism in SQL 2005:

    You should check XACT_STATE()...

  • RE: -2147217871,Timeout expired

    This really needs to be in a stored procedure, and you should convert the query to a SARGable form.

    See my previous post.

  • RE: OPTION (Max Recursion)

    TheSQLGuru (9/7/2009)


    BTW, are you going to PASS this year? Would love to meet you.

    This is NOT an on-line dating service :laugh:

  • RE: Are the posted questions getting worse?

    Posted my second-ever question here

    Anyone have any ideas?

    BTW - definitely SOM not LOL 🙂

  • RE: Need help for SQL query

    Bob Hovious (9/7/2009)


    I think I will start referring to you as Emperor Paulpatine.

    Truly, you do deserve your reputation as a monitor-killer.

    I was enjoying that cup of coffee too 😎

  • RE: Indexes

    Bob Hovious (9/7/2009)


    Many thanks, Paul.

    Grant, I liked this question, even though I got it wrong. 😉

    You're most welcome.

    I haven't answered the question yet - but once again the discussion...

Viewing 15 posts - 7,141 through 7,155 (of 8,416 total)