How do I truncate them?
I am starting up a replication for our database. One of our tables has two million records. After I create the publication. The snapshot agent tried to prepare the tables and it's failing in this particular table and I am getting the message the transaction log is full. How much space do I have to allocate for transaction logs?
The transaction log usually gets full when it runs out of space on the server. As for space. Is the transaction log set to grow automaticlly or is it defined with a limit? if its defined, try allowing it to grow automaticlly.
Transaction logs normally are about 1/4th of the size of your database. Depending on your replication method and how often you replicate data this might have to be larger. If you are having problems replicating from a server because of space on thing to concider is to use another server as the distribution database.
oh also note that the transaction logs are "Held in an internal format" ie Microsoft reserves the right to change it willy nilly even on minor releases, patches and hot fixes.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.