Restore Database from SQL Server 2008 to SQL Server 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/05/26
19:51 UTC
Read the original article
Hit count: 634
I have created a set of tables (around 20) in SQL Server 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 SQL Server 2005 (SQLEXPRESS).
Obviously it won't work by taking a backup and restore it into SQL Server 2005 as it won't support backward compatibility.
Any suggestion would be appreciated....
© Stack Overflow or respective owner