liujptop
SSC-Addicted
Points: 416
More actions
October 4, 2006 at 1:56 am
#172919
My Subscription database log is full,but i can't use T-SQL "backup log" to truncate it,How can i do?Thanks!
Chris Lillywhite
SSC Journeyman
Points: 81
October 5, 2006 at 12:40 pm
#664421
Try:
backup log db_name with truncate_only
You will lose the contents, but it will free the space.
If that hasn't worked, what error is it throwing?
HTH
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply