Move database from SQL 7 to 2005 / 2008
Posted
by etechpartner
on Server Fault
See other posts from Server Fault
or by etechpartner
Published on 2009-07-31T22:27:22Z
Indexed on
2010/05/12
17:54 UTC
Read the original article
Hit count: 120
sql-server
|migration
I have several pretty large databases located in a SQL Server 7 box. Whats the best way to get them into SQL Server 2008? As far as I know, there were changes to the underlying file structures so I am not sure that a simple detach/attach would work.
When I tried attaching from 2008 it complained strongly. "Version no longer supported" etc etc. What options do I have? Are there any tools on the market that can connect to both 7 and 2008 and then move the schema and data?
© Server Fault or respective owner