Comments
4 comments
-
Can you post the exact command you are using for the restore please (blanking out any passwords)?
Thanks,
James -
I am using the SQL GUI interface but I can also try a restore as a query. I also just noticed that when attempting to view the contents of the database backup, this error is received:
System.Data.SqlClient.SqlError: The media family on device 'F:\SQL Server 2005 Database Backups\Company10\FULL_(local)_company6_20090912_180000.sqb' is incorrectly formed. SQL Server cannot process this media family
Dan Moore. -
To restore a backup file created using SQL Backup, you need to use SQL Backup too. If that is not an option, you can convert the SQL Backup file to a native SQL Server backup file using the SQBConverter.exe tool, which you can find in your SQL Backup installation folder. Once you've performed the conversion, you can then use SQL Server to restore using that converted file.
-
Worked like a charm ...thanks!
Dan Moore
Add comment
Please sign in to leave a comment.
The media family on device 'F:\SQL Server 2005 Database Backups\Company10\FULL_(local)_company6_20090912_180000.sqb' is incorrectly formed. SQL Server cannot process this media family.
RESTORE HEADERONLY is terminating abnormally. (Microsoft SQL Server, Error: 3241)
For help, click: http://go.microsoft.com/fwlink?ProdName ... nkId=20476
Any help/feedback would be appreciated!