I already have a database in SQL Server 2012 Enterprise edition.
It contains :
- tables
- views
- procedures
- objects
Now I want to downgrade the database to SQL Server 2008 Enterprise edition. I know there is no direct option. I tried to backup on 2012 and then restore on 2008. Not working.
Any Idea on how to completely transfer database ?