Restore Database from MSSql 2008 to MSSql 2005

Posted by Nirmal on Stack Overflow See other posts from Stack Overflow or by Nirmal
Published on 2010-04-22T10:32:36Z Indexed on 2010/04/22 11:33 UTC
Read the original article Hit count: 651

Hello...

I have created a set of tables (around 20) in MSSql 2008 and entered around 1000 records to appropriate tables.

But the issue is that I want that same tables with all the entered data into MSSql 2005 (SQLEXPRESS).

Obviously it won't work by taking a backup and restore it into MSSql 2005 as it won't support backward compatibility.

Any suggestion would be appreciated....

Thanks in advance....

© Stack Overflow or respective owner

Related posts about sql-server-2005

Related posts about sql-server