Hello:
I have a SQL 2008 version database (version number 655). If I try to create for attach it to a SQL 2005 or SQL 2000 Server I get an error: "This database is version 655. This server is compatible with version 612 or previous".
Of course I can attach the database to a SQL 2008 server without errors. I know I can generate SQL Commands for the structure, but there is a lot of data also in many tables.
If I can change the internal database version (the compatibility level is now set to SQL 2000), the attach process in any server version will work, as this process updates the version automatically.
Any suggestions?
EDIT: I just realized that if the update of the version number is automatic, there will be no way of doing a version change. So, I reformulate the question:
¿Do you know any tool that generate a "package" with data and structure that is compatible for SQL Server versions from 2000 to 2008? A tool or a Script, perhaps.
Thanks again.
Thanks in advance.