November 7, 2011 at 12:21 pm
How to Optimize Transaction Log Backups ?
November 7, 2011 at 12:23 pm
What do you mean by transaction logging througput ? Did you mean how to backup transaction log ?
November 7, 2011 at 12:27 pm
Yes thats right! I am learning how to take transaction log back up.
November 7, 2011 at 12:27 pm
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
November 7, 2011 at 12:29 pm
thanks. I have edited my question
November 7, 2011 at 12:34 pm
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
November 7, 2011 at 12:39 pm
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?
November 7, 2011 at 1:01 pm
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
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply