How to Shrink Transaction log in sql server database in replication

Posted by Renju on Stack Overflow See other posts from Stack Overflow or by Renju
Published on 2009-08-06T12:15:37Z Indexed on 2010/03/08 18:21 UTC
Read the original article Hit count: 247

Filed under:

Hi I'm having a production database and its replicated report database. How to shrink the transaction log files in the production database as the log file size is increasing. I had tried DBCC SHRINKFILE and SHRINKDATABASE commands but it does not work for me. I can't detach and shrink and attach back as the db in replication. Please help me in this issue.

© Stack Overflow or respective owner

Related posts about sql-server