The log file for data xyz is full backup transaction log for the database to free up some log space

  • above problem arised how to solve above with stopping database,immdt rpl please

  • run the following code:

    backup log XXX with truncate_only

    GO

    dbcc shrinkdatabase ('XXX')

    GO

    Where XXX is the name of your database.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply