I have a database that I created using SQL Server 2008. I have to attach this database to SQL Server 2005. When I try to do this, I got an error because the database was made in a higher version (2008) . How can i do this? Any help?
You cannot attach a SQL Server 2008 database to an instance of SQL Server 2005. Even when using the SQL Server 2005 compatibility level.
SQL Server 2005 SQL Server , .. SQL Server 2008 .
2005 , Schema Diff 2008 2005 2005 . Data Diff ( ) . , , - 2008 , 2005 .
You can also use RedGate SQL Compare and SQL Data Compare to facilitate migration. This is a commercial tool. You can download a demo copy from your website.
Source: https://habr.com/ru/post/1741111/More articles:How to read an image from a disk and block until it is read? - fileHow to check testExceptionsMessageRegExp (exception message) using TestNG? - javaPhp array compression - arraysЧто такое встроенная функция PHP для "сжатия" или "дефрагментации" массива? - arraysLogin to cURL - phpURL or email address as a link in UILabel - objective-cProblems declaring and recognizing global functions - c ++Определить, будет ли поле FieldInfo генерируемым компилятором - reflectionC #: How to print Unicode string for console? - c #.Net reflection to get a description of the class / property, etc.? - reflectionAll Articles