Deleting a log file

  • hi all,

    I have a database with 2 log files in sql server 2005. I want to delete one log file from this database.how can i perform this task?

  • Make sure no portion of the active log is in the second file, and ALTER DATABASE DROP FILE.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

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

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