What is the version 869 of SQL Server?
问题 I have VS 2017, SQL Server 2017 Configuration Manager and SQL Server 2017 management tools. My connection string is Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\test.mdf;Integrated Security=True;Connect Timeout=30 The version of connection: 13.00.4001 When I run my app in another PC I installed the SQL Server LocalDB 2017 and my app works perfectly! But when I copied the .MDF and .LDF files from that PC and tried to added them to new project I got this error: cannot be