Results 1 to 3 of 3

Thread: Database Backup

  1. #1
    Join Date
    Feb 2008
    Posts
    1

    Unhappy Database Backup

    Dear all,

    if i m having the instance liek ABC and there are 50 database are running. i would like to backup all the database at one time from T-SQL statement how can i backup all the database at one time. for that i have to write script or is there any thing else other....

    thanks,
    Amey

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Have to write script, get db name from sysdatabases table with cursor.

  3. #3
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    You can use database maintenance plan, the databases are backed up sequentially. It can also delete old backups.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •