Sql Server 2005, Express Editn- Backing up db / trn log

  • Hello Experts

    In one of our env, we have SQL Server 2005 Express Edition; The problem is when i try to Right-Click "Management" in the Mgmt Studio Management , i don't get the Maintenance Plan as one would normally get with other SQL Server Versions. As a result of this , the Transaction log keeps growing and fills the disk.

    Any suggestions / inputs would be appreciated.

    Thanks

  • SQL express doesn't include the agent and therefore can't run maintenance plans.

    You can use the windows scheduler to run backup commands (using SQLCMD)

    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
  • Thanks for the quick turnaround Gail

    GovindanK

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

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