Skip navigation

Can SQL Server backup to a tape unit on another server?

A. No - SQL doesn't support remote tapes. It can only enumerate and use devices that are local as far as NT is concerned (if an NT level driver was able to make a remote tape look locally attached then SQL Server would be able to use it).

You can always dump the SQL database to disk locally (or to a network share - see networkdrivebackup.txt for details) and then back that up to tape.

Some 3rd party backup tools that work with SQL Server agents offer this sort of functionality because they get the data from SQL Server via a standard named-pipe or VDI interface and then use their own drivers to write the backup.

Examples are :-

BEI Ultrabac www.ultrabac.com
CAI Arcserve www.cai.com/arcserve
Legato www.legato.com
Backup Exec www.veritas.com
ADSM www.tivoli.com

===

v1.01 2000.02.04
Applies to SQL Server versions : All
Related FAQ articles : networkdrivebackup
Related Microsoft Kb articles : n/a
Other related information : n/a


TAGS: SQL
Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish