Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Backup

Status
Not open for further replies.

magoo23

IS-IT--Management
Joined
Dec 11, 2001
Messages
3
Location
US
I have SQL backing the database up to a file. I then want to back the file up to tape. How do I set this up. I want to use the native backup from SQL. Is this possible?

Erick
 

The "native" backup in SQL Server will backup to a disk or tape. I don't believe it can backup the "backup disk" file to tape. You will need to use an NT or third party backup software. Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
One way that may be possible to do this is performing two backups each night (I presume you are doing this schedulued).

For example,

Step 1: Schedule one backup to disk.
Step 2: Schedule one to backup to tape on comletetion of step 1.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top