如何使用VS 2008 Shell创建SQL Server .net存储过程
我正在尝试学习使用 SQL Server 2008 Developer 创建 .net 存储过程、触发器等。我猜我的 Visual Studio 2008 Shell 版本是通过 SS 安装的。无论如何,当我打开 Visual Studio 并尝试创建一个新项目时,所有可用的都是商业智能项目和其他项目类型。其他项目类型仅列出 Visual Studio 解决方案。
问题:Visual Studio 2008 Shell 是否适合于此,或者我是否需要成熟的版本?如果我需要真正的东西,VS 2010 Express 可以工作吗?如果可以,我需要先卸载 VS 2008 Shell 吗? 我几天来一直在寻找解决方案。有什么想法吗?
I'm trying to learn to create .net stored procedures, triggers, etc. using SQL Server 2008 Developer. I'm guessing my edition of Visual Studio 2008 Shell was installed with SS. At any rate, when I open visual studio and try to create a new project, all that is available is Business Intelligence Project and Other Project types. Other project types only lists Visual Studio Solutions.
Question: Is Visual Studio 2008 Shell appropriate for this or do I need a full-blown version? If I need the real thing, will VS 2010 Express work and if so, do I need to uninstall VS 2008 Shell first?
I have been searching for days for a solution to this. Any ideas any one?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
关于这些不同组件(及其版本)的安装顺序存在一些问题。
如果您之前没有安装 Visual Studio,则 BI Dev Studio 安装将安装一个名为 Visual Studio Premier Partner Edition 的 VS shell。
来自此 MSDN 线程:
就我个人而言,我会首先尝试卸载 BIDS Shell 版本,然后安装 Express(如果没有出现额外的项目类型,请按照上述说明进行操作)。
There are a few gremlins regarding the order in which these various components (and versions of) are installed.
If you didn't previously have Visual Studio installed, the BI Dev Studio installation will install a VS shell called Visual Studio Premier Partner Edition.
From this MSDN thread:
Personally, I'd first try uninstalling the BIDS Shell version, and then installing Express (following above instructions if the extra project types don't appear).