Restoring Sybase dump into SQL Server?

Can I restore a dump taken in Sybase into SQL Server? If yes, how? I tried with load and restore from disk command, but it says it is not in Microsoft format.

    Requires Free Membership to View

No Sorry. SQL Server backups use Microsoft Tape Format. The best option is to use DTS to copy the data from Sybase to SQL Server. If you don't have a direct network connection between the two use BCP to export to flat file and then to import into SQL Server.

 

For More Information

This was first published in April 2003

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.