Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: freeing up log space on a database

    Freeing the log will not always succed because the 'loose' space is not at the end.

    I allways use the following script to get the job done:

       SET NOCOUNT ON

       DECLARE...

Viewing post 1 (of 1 total)