如何使用VS 2008 Shell创建SQL Server .net存储过程

发布于 2025-01-01 22:39:14 字数 330 浏览 0 评论 0原文

我正在尝试学习使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

生生漫 2025-01-08 22:39:14

关于这些不同组件(及其版本)的安装顺序存在一些问题。

如果您之前没有安装 Visual Studio,则 BI Dev Studio 安装将安装一个名为 Visual Studio Premier Partner Edition 的 VS shell。

来自此 MSDN 线程:

您应该确保 Visual Studio 仍然安装。如果你
之前没有安装VS,BI Dev Studio安装
将安装一个名为 Visual Studio Premier Partner Edition 的 VS shell。
在“添加或删除程序”中查找类似这样的条目。如果你不这样做
找到 Visual Studio 的任何条目转到 SQL Server 的位置
安装并运行 .\Tools\Setup\vs_setup.exe。这将安装VS
壳。安装完成后,修复 BI Studio 安装
从 .\Tools 的命令行运行以下命令
目录:开始/等待setup.exe /qb
重新安装=SQL_WarehouseDevWorkbench 重新安装模式=OMUS

就我个人而言,我会首先尝试卸载 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:

You should make sure that Visual Studio is still installed. If you
didn't previously have VS installed, the BI Dev Studio installation
will install a VS shell called Visual Studio Premier Partner Edition.
Look in Add or Remove Programs for an entry like this. If you don't
find any entry for Visual Studio go to the location for SQL Server
setup and run .\Tools\Setup\vs_setup.exe. This will install the VS
Shell. After this is installed repair the BI Studio installation by
running the following from the command line from the .\Tools
directory: start /wait setup.exe /qb
REINSTALL=SQL_WarehouseDevWorkbench REINSTALLMODE=OMUS

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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文