transaction logging throughput

  • How to Optimize Transaction Log Backups ?

  • What do you mean by transaction logging througput ? Did you mean how to backup transaction log ?

  • Yes thats right! I am learning how to take transaction log back up.

  • Archive the throughput? Sorry, don't understand

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • thanks. I have edited my question

  • Not sure what you mean by Optimizing Transaction Log but here is an example of how to take Transaction Log backup of database AdventureWorks2008R2 to C Drive

    BACKUP LOG AdventureWorks2008R2

    TO DISK = 'C:\AdventureWorks2008R2Log.trn'

    Following is a link with more details on Backup

    http://msdn.microsoft.com/en-us/library/ms186865.aspx

  • Actually this is the question asked in the interview:

    The transaction logging throughput rate — How does one determine the current throughput of written transaction logs?

  • dmathew011 (11/7/2011)


    Actually this is the question asked in the interview:

    The transaction logging throughput rate — How does one determine the current throughput of written transaction logs?

    Measure it with perfmon. There are a whole bunch of counters for that.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 8 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply