April 7, 2004 at 3:46 am
Hello my friend,
I want to know how to truncate transaction log in SQL Server 2000. Thanks.
April 7, 2004 at 4:57 am
backup log with truncate_only
April 7, 2004 at 4:58 am
backup log database_name with truncate_only
April 7, 2004 at 5:07 am
Thank you so much for your help!
April 8, 2004 at 7:27 am
Check out the links below:
FAQ: http://www.sqlservercentral.com/faq/viewfaqanswer.asp?categoryid=2&faqid=154
SQL 2000: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q272318
SQL 7.0: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q256650
The last article from Microsoft has a "sample of how to create dummy transactions that wraps the log for a single logical log file and causes it to truncate". This did the trick for me.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply