Use this tag for questions specific to the 7.0 version of Microsoft's SQL Server.

learn more… | top users | synonyms

6
votes
1answer
139 views

How do you move a SQL Server 7 database to SQL Server 2012?

I would like to move a database from SQL Server 7.0 to SQL Server 2012. They are not compatible for a backup and restore. Is there a way to export from SQL Server 7.0 and import it to 2012? I only ...