Can I use one .mdf file with multiple DBMSes (SQL Server 2008 and 2012)?

后端 未结 2 980
心在旅途
心在旅途 2021-01-26 15:30

At home, I have SQL Server 2008 R2 (Express) installed which is attached to a certain .mdf file. I\'m in the process of installing SQL Server 2012 (Developer Edition). Can I att

2条回答
  •  伪装坚强ぢ
    2021-01-26 15:50

    It might work - but I believe you're going run in to some issues later down the road if the SQL 2012 updates the file in a technical manner that SQL 2008 blows up on.

    Wouldn't it be simpler to run one copy and back up and restore to the other?

提交回复
热议问题