My goal is to work with client 2005 database using SQL Server 2008 R2 Express when I'm finished So, I would like to restore it to the database in the format of 2005.
Can anyone post this process to support the database in 2008 R2 and 2005?
Thanks, Mark
There is no such way, no process, no No device, no "hack", there is no way to do this. it will not work anymore If you have "upped" a SQL Server database at the 2008 R2 level, then there is No way until 2005. nothing. Nada. Period. If you need to work with your client's SQL Server 2005 database and you need to be able to get it back to your customer, then you install a SQL Server 2005 version on your machine. (It will be fine, unless you exceed the 4 GB size limit), or you need to "back" all the changes / modifications in the form of a SQL script which is the SQL Server 2005 version Area can be executed against.
Comments
Post a Comment