Why can't I backup/restore my SQL Server database to JAZ/ZIP drive from SQL EM?

Neil Pike

January 24, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. The reason is that the SQL Enterprise Manager only lists drives that NT tells it are permanently attached. JAZ drives, ZIP drives, writeable CD-Roms etc. are all removeable media and so they aren't listed.

However, as long as there is formatted media in the drive, then all the MSSQLSERVER service does is issue standard NT i/o calls so is happy to write to it. You just need to use the underlying TSQL commands - issued from ISQLW etc. - to do the job. i.e. BACKUP DATABASE TO DISK = 'J:.....'

Alternatively for Jaz/Zip drives you can use the IoMega tools to mark the drive as non-removeable. After a restart of NT it should then see the drives.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like