是“SQL Server 2005 数据库项目”吗?我在这个用例中寻找的东西是什么?

发布于 2024-08-29 20:54:45 字数 197 浏览 3 评论 0原文

请参考我之前的问题: 链接在此

此项目类型对于在服务器计算机上安装必要的数据库有用吗?

Please refer to my previous question here:
Link Here

Will this project type be useful for installing the necesary database on a servers machine?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

残疾 2024-09-05 20:54:45

那不是你想要的。该项目类型用于创建 SQL Server CLR 集成 对象。

您需要实际安装 SQL Server 产品,或 SQL Server Express,位于服务器计算机上。

编辑:实际上这在所有情况下可能并不完全正确。如果您有 Visual Studio 的数据库版本,那么您有不同的 SQL Server 项目,用于部署和升级数据库。但他们仍然不会为您安装 SQL Server - 您(或您的客户)必须单独安装。

That is not what you want. That project type is for creating SQL Server CLR Integration objects.

You need to actually install SQL Server, the product, or SQL Server Express, on the server machine.

Edit: Actually this might not be entirely correct under all circumstances. If you have the Database Edition of Visual Studio then you have different SQL Server projects which are intended for deploying and upgrading databases. But they still won't install SQL Server for you - you (or your customer) will have to do that separately.

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