I created a database in sqlserver2012. I want created backup of it for use in sqlserver 2008.
It is possible to created Backup for use in sqlserver2008?
I created a database in sqlserver2012. I want created backup of it for use in sqlserver 2008.
It is possible to created Backup for use in sqlserver2008?
Apologies in advance...I should have added this as a comment to one of the posts below.
If you are asking can you backup a SQL 2012 database and restore it to SQL 2008 (or any lower version for that matter), the answer is no. Scripting is going to be the only way to do this. Bear in mind that not all functionality in 2012 is going to be available in lower versions.
The Tasks/Generate Script/Advanced dialog contains a dropdown to select the target SQL Server version to script for.
Yes for sure you can, check this answer to know how to do it: