Large transaction logs dumps.....

  • We have a sql 2000 database that generate 2GB+ file transaction dumps every hour. What could the source of such a large file be? (Again, I'm talking about the size of file representing the dump of the transaction log not the size of the transaction log itself.)

    TIA,

    Barkingdog

  • U know about the how much transaction file generated.but u don't know about the source database size. r u joking,if don't know the find out datbase size by...

    Sp_helpdb 'database_Name'

    or

    u know about which database using how much log space, then

    Run this query...

    DBCC SQLPERF(Logspace)

  • when you say

    (Again, I'm talking about the size of file representing the dump of the transaction log not the size of the transaction log itself.)

    Do you mean the transaction log back-up?

  • >>> Do you mean the transaction log back-up?

    Yes, somehow I couldn't think of the words yesterday!

    Barkingdog

Viewing 4 posts - 1 through 3 (of 3 total)

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