Database Log Can''t be truncated

  • My Subscription database log is full,but i can't use T-SQL "backup log" to truncate it,How can i do?Thanks! 

  • 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