Forum Replies Created

Viewing 15 posts - 2,881 through 2,895 (of 4,745 total)

  • RE: Full and trx-log backup running at the same time

    the full backup will be consistent at the point it finishes.

    The t-logs will give you more granular recovery points during the time it takes the full backup to run. What...

    ---------------------------------------------------------------------

  • RE: Setting out-of-sync threshold

    unless the gui has really changed in SQL2008 instructions on how in my original post.

    ---------------------------------------------------------------------

  • RE: When Do You Deploy?

    all out of hours, mostly weekends. We have an 'application weekend' and an 'infrastructure weekend' but there is flexibility.

    If the work involves an outage we can't even touch non-prod boxes...

    ---------------------------------------------------------------------

  • RE: stop SQL and defrag

    disk defraggers such as diskkeeper can run with SQL up.

    ---------------------------------------------------------------------

  • RE: Self - blocking in sql 2005

    It would either have been due to parallelism (wait type would have been cxpacket) or latchio waits. Tends to be prevalent on heavy IO processes (such as reindexes)

    Its not a...

    ---------------------------------------------------------------------

  • RE: Emergency!!!!!!!! Production Databases

    If SQL cannot start databases SSMS will show the databases without a plus sign next to them, EM shows them as suspect.

    please,please post the info Gail has asked for.

    ---------------------------------------------------------------------

  • RE: Read Only copy of production OLTP database

    mattfitz (2/18/2010)


    Looks like the business has agreed to a weekly data load. It appears i'll have to copy a compressed full backup file across a relatively slow WAN connection and...

    ---------------------------------------------------------------------

  • RE: Read Only copy of production OLTP database

    Paul White (2/18/2010)


    george sibbald (2/18/2010)


    Paul White (2/18/2010)


    The overall size of the database is not that important.

    Paul

    might affect whether simple backup\restore is viable and the initiation of log shipping.

    Yes George, I...

    ---------------------------------------------------------------------

  • RE: Read Only copy of production OLTP database

    Bru Medishetty (2/18/2010)


    george sibbald (2/18/2010)


    without compression database snapshots comes into the frame much more.

    George, correct me if I understood you wrong, are you suggesting database snapshots in the above statement?

    yes,...

    ---------------------------------------------------------------------

  • RE: Read Only copy of production OLTP database

    Paul White (2/18/2010)


    The overall size of the database is not that important.

    Paul

    might affect whether simple backup\restore is viable and the initiation of log shipping.

    ---------------------------------------------------------------------

  • RE: Read Only copy of production OLTP database

    with that size of database logshipping with restores held off during the day might be your best bet, certainly in terms of simplicity. I would want backup compression available though,...

    ---------------------------------------------------------------------

  • RE: pls let me know good book for SQL administration 4rm Basics to Advanced concepts

    SQL Server MVP Deep dives - some of the purchase price goes to charity as well.

    ---------------------------------------------------------------------

  • RE: Active threads

    thats because dbcc timewarp has exacted revenge 🙂

    ---------------------------------------------------------------------

  • RE: Setting out-of-sync threshold

    I don't have logshipping on SQL2008 but presuming it has not changed from 2005 its set on the restore transaction log tab under 'secondary server instances and databases' in the...

    ---------------------------------------------------------------------

  • RE: Mirroring Plan not sure will work

    Robert Davis (2/18/2010)


    The problem with this scenario isn't the load that the mirrors put on the server. The problem is what happens if you have to fail over all databases...

    ---------------------------------------------------------------------

Viewing 15 posts - 2,881 through 2,895 (of 4,745 total)