How to convert backup created by SQL Server Backup software to native raw data?

     Backups created by SQL Server Backup software has own format that supports data compression and encryption.

     To use them in Enterprise manager or SQL Server Managment Studio , you need to convert them to SQL Server native raw format data.

There are two ways to convert backup to raw data:

1 . By using "Convert2rawdata.exe" under installation directory , you can run it in Start->All programs ->SQL Server Backup->Storage Server->Convet Backup. See following.

2 . "Convert Backup" window in SQL Server Backup manager. see following.

Comments

SELECT COUNT(*),

SELECT COUNT(*), O_CUSTKEY FROM CUSTOMERS INNER JOIN ORDERS ON O_CUSTKEY = C_CUSTKEY GROUP BY O_CUSTKEY HAVING TOTAL_ORDERS > 1; Source(s): I am an Database Driven Web Application Developer online movie search tv shows download

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.