无法打开.sqlproj,因为它不受支持

Jer*_*rry 3 visual-studio-2010 sqlproj

我继承了一个包含.SQLPROJ的VS2010项目.

我对.csproj没有任何问题.但是我在解决方案中打开.SQLPROJ时遇到了问题.当我尝试打开.SQLPROJ时,我收到以下错误:

MyDBProject.sqlproj cannot be opened because its project type (.sqlproj) is not supported by this version of the application. To open it, please use a version that supports this type of project.
Run Code Online (Sandbox Code Playgroud)

我的理解是这个解决方案是使用VS2010开发的.但我无法打开数据库项目.是否需要安装软件?

and*_*ter 7

.sqlproj代表SQL Server Data Tools项目,您可以在此处下载这些工具