Forum Replies Created

Viewing 15 posts - 3,961 through 3,975 (of 4,745 total)

  • RE: Managing the Transaction Log size growth during an index rebuild

    At a guess the database consists mainly of one large table, so you have one big transaction, so one big log backup.

    If so two options: use dbcc indexdefrag instead...

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

  • RE: Managing the Transaction Log size growth during an index rebuild

    is it that its taking the tran log backup the full duration of the reindex job to run? what does the tran log job history record for run times of...

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

  • RE: Sql Server High Availability Which Solution ?

    jabba (1/15/2009)


    If I could persuade them to drop the requirement to house the servers in different locations and rely on the inhouse generator, would clustering fufill the other points?

    the nodes...

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

  • RE: Managing the Transaction Log size growth during an index rebuild

    although note that the OP has later stated he set up a maint. plan to do his trn log backups, so the script posted earlier would no longer be relevant.

    MArker...

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

  • RE: Managing the Transaction Log size growth during an index rebuild

    GilaMonster (1/15/2009)


    Please read through this - Managing Transaction Logs[/url]

    I just noticed that you're backing up the log with NO_TRUNCATE. Why?

    oops, I missed that too :blush: Marker, that would explain why...

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

  • RE: Managing the Transaction Log size growth during an index rebuild

    any chance there is a full backup running at this time? This would prevent the log backup running.

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

  • RE: Transaction logs

    quickest and easiest way to do this is to create a maintenance plan via SSMS. Use transaction type from the backup task.

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

  • RE: Trying restore a db to another instance stuck in restoring

    you should have used recovery, not norecovery

    quickest way out of it:

    open a query window and run

    restore database yourdbname with recovery

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

  • RE: From enterprise to standard edition - what will we lose?

    jmanly (1/14/2009)


    Although our HA and DR solution are to be one and the same, and are based on flat file SAN-to-SAN copies, i still wanted to make sure we could...

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

  • RE: Problem with BACKUP LOG command

    cheers bruce, I hate to ask such questions sometimes but you never know whos going to come along in the future and read this so its best to complete the...

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

  • RE: Problem with BACKUP LOG command

    Bruce,

    thanks for posting solution. Would be remiss of me not to mention it just in case, but you know to do a full backup immediately after truncating the log?

    any way...

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

  • RE: Problem with BACKUP LOG command

    try BACKUP LOG xbobo WITH TRUNCATE_ONLY

    6.5 compatibility mode in 2005? wow. you are probably going to often find syntax problems running on that out of date a compatibility

    out of...

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

  • RE: From enterprise to standard edition - what will we lose?

    What you really get with the enterprise edition is the high availability and scale up functions that make the edition 'enterprise' wide, so if you don't need or currently use...

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

  • RE: Best method to migrate to new DB server

    jncarter (1/12/2009)


    If all of your paths are staying the same and you can handle some downtime then to me the easiest is to install sql on the new server at...

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

  • RE: Image is Everything

    please everybody, stop it.

    I feel like Chandler out of Friends, there are so many stupid comments I want to come back with, but I know I shouldn't, its killing me.

    :w00t:

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

Viewing 15 posts - 3,961 through 3,975 (of 4,745 total)