mssqlserver.com: FAQ: Why can't I backup/restore my SQL Server database to JAZ/ZIP drive from SQL EM?
 


Search
Home
Articles
Backup
Books
Certification
FAQ
Products
Replication
Scripts
Seminars
Training
TSQL

MSDN Fourms
Philippine SSUG
Fort Worth SSUG
Oklahoma City SSDG

Resume

MHS Enterprises
BlowFrog Software
FilAm Software
AcrylicAcetate.com
Bargain Humidors
Western Humidor

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

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 <xyz> TO DISK = 'J:\.....'

Michael R. Hotek

All content on this site, except where noted, represents an original work of Michael R. Hotek and is protected by applicable copyright laws. The SQL Server FAQ is the sole work of Neil Pike. No page, portion of a page, or download may be used for commercial purposes in whole or in part without the express, written permission of the applicable author.