dbTalk Databases Forums  

SQL Serwer 2005 + HP LTO Ultrium

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss SQL Serwer 2005 + HP LTO Ultrium in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Leszekwl
 
Posts: n/a

Default SQL Serwer 2005 + HP LTO Ultrium - 03-01-2007 , 03:57 AM






Hi
My company buys new server( HP Proliant ML 570 with
HP LTO ULTRIUM 232 Tape Drive. OS (Windows 2003 Enterprise - SP1) see it
correctly (nt backup works, diagnostic tools
don't report problems) But SQL Server 2005 - SP1 don't see this tape drive
( MS SQL Server Management Studio > Backup Devices is empty and
I can't add new Tape Backup Device (this option is unavaible). Also
sys.backup_devices and sys.dm_io_backup_tapes show nothing.
Have You any advices how to resolve this problem ??

Regards

Leszek



Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SQL Serwer 2005 + HP LTO Ultrium - 03-01-2007 , 05:31 AM






Leszekwl (Leszekwl (AT) gazeta (DOT) pl) writes:
Quote:
My company buys new server( HP Proliant ML 570 with
HP LTO ULTRIUM 232 Tape Drive. OS (Windows 2003 Enterprise - SP1) see it
correctly (nt backup works, diagnostic tools
don't report problems) But SQL Server 2005 - SP1 don't see this tape
drive ( MS SQL Server Management Studio > Backup Devices is empty and
I can't add new Tape Backup Device (this option is unavaible). Also
sys.backup_devices and sys.dm_io_backup_tapes show nothing.
Have You any advices how to resolve this problem ??
You add a backup device with sp_addumpdevice.

But it should work also if you say

BACKUP DATABASE db TO TAPE = 'windowsnameoftapedevice'

I don't think it's very common these days to backup databases directly to
tape. I am under the impression that most people back up the database to
disk, and the uses NT Backup to get that file on tape if needed.

--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.