直接在vs2013里的App_Data目录创建数据库,在服务器资源管理器中查看时报错:
未能加载包“Microsoft SQL Server Data Tools”
英文:
The 'Microsoft SQL Server Data Tools' package did not load correctly.
The problem may have been caused by a configuration change or by the installation of another extension. You can get more information by examining the file 'C:Users...AppDataRoamingMicrosoftVisualStudio12.0ActivityLog.xml'.
以下是右击表的效果。
解决方案:
1.去https://msdn.microsoft.com/zh-cn/dn864412 下载 SSDT 的 ISO 映像手动安装即可。
2.可打开 Visual Studio 2013 并选择“工具”>“扩展和更新”菜单。SQL Server 工具更新将会出现在“更新”列表中。
安装完毕后
注意:我的vs版本是2013.上面截图来自网络,可能与本文不一致,仅供参考。
对于vs2012,可以参考https://msdn.microsoft.com/library/hh500335(v=vs.103).aspx