Import Database in VS 2015 SQL Server Database Project

让人想犯罪 __ 提交于 2019-12-03 06:40:31

问题


I recently had troubles Importing a Database from a SQL Server Database Project in VS 2015. Just hoping this helps some folks. I will add more pictures when my rep is higher.

Error I get: The server version or database compatibility level is not supported.

This is the Error I get when I right click on the project and try and Import a Database. Import Error:


回答1:


Right click on the Project and clicking View in Object Explorer.

Add and connect to your database next, if needed. Right click on the database you are wanting to import and click Create New Project.

Change settings if needed. Then Click Start



来源:https://stackoverflow.com/questions/43397277/import-database-in-vs-2015-sql-server-database-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!