SQL Server: Copy database from recent to older versions
Recently, I needed to copy a database from SQL Server 2012 to SQL Server 2008 R2. Unfortunately, database backups from one version of SQL Server cannot be read by a lower version. To work around this, I had to use the "Generate Scripts" function to...