本文介绍了Sql Server 数据库项目 - VS 2013 中缺少模板的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在 VS2012 中,我使用 Sql Server 数据库项目来管理我的数据库.我尝试将 Db 项目添加到新的 VS2013 解决方案中,但似乎找不到模板.我在网上和已安装的模板中查看过.有什么想法吗?
In VS2012 I used Sql Server Datbase Projects to manage my databases. I have tried to add a Db Project to a new VS2013 solution but I can't seem to find the template. I've looked online and in the installed templates. Any ideas?
推荐答案
需要为 VS 2013 安装 SSDT 工具 https://msdn.microsoft.com/en-us/dn864412
Need to install SSDT tooling for VS 2013 https://msdn.microsoft.com/en-us/dn864412
这篇关于Sql Server 数据库项目 - VS 2013 中缺少模板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!