Maintenance Plan in SQL 2005

  • Dear friends,

    In SQL 2005 When I tried to create a schedule to backup a SQL 7 compatible database, it was not listed. How to setup a maintenance plan to backup the compatible databases?

    by,

    RRK

  • The Maintenance Plans in Sql Server 2005 only support compatibility level 80 or higher

  • Your only option is to use T-Sql query to backup the database,

    Backup database dbname to disk='Path\filename.bak'

    [font="Verdana"]- Deepak[/font]

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

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