Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Transaction Log & Shrinking doesnt work

    change the schema name to yor database schema and run below scripts to truncate log (without backup log file) and shrink log file:

    BACKUP LOG schemaname WITH TRUNCATE_ONLY

    GO

    DBCC SHRINKDATABASE ...

Viewing post 1 (of 1 total)