Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Truncate Log

    barsuk (10/4/2005)


    something like that:

    Backup LOG Hr_database WITH NO_LOG

    GO

    DBCC SHRINKFILE ('Hr_database_log',TRUNCATEONLY)

    GO

    Brilliant, thanks for the help. This solution worked for me.

Viewing post 1 (of 1 total)