Home > database >  sqlserver
sqlserver

Time:01-28

How sqlserver2012 import sqlserver2014 database file

CodePudding user response:

Low version should be unable to load the high version of the database file; You can choose to copy table structure and content, and then sql2012 newly generated,

CodePudding user response:

Upgrade to SQL2014 or above.