简体   繁体   English

如何将 SQL Server 2019 Express 添加为 Visual Studio 中的先决条件?

[英]How can I add SQL Server 2019 Express as a prerequisite in Visual Studio?

I am using a Visual Studio Setup project.我正在使用 Visual Studio 安装项目。 How can I add SQL Server 2019 Express as a prerequisite?如何添加 SQL Server 2019 Express 作为先决条件?

It includes only SQL Server 2012 Express.它仅包括 SQL Server 2012 Express。 But I also need to implement SQL Server 2019 Express.但我还需要实施 SQL Server 2019 Express。

在此处输入图像描述

I don't believe that SQL express is part of, and can be installed along side Visual Studio.我不相信 SQL express 是 Visual Studio 的一部分,并且可以与 Visual Studio 一起安装。

If you want to use SQL express (in place of local db), and I STRONG recommend that you do use + install SQL express?如果您想使用 SQL express(代替本地数据库),我强烈建议您使用 + 安装 SQL express?

Then you have to go get, and download and install SQL express.那你得go搞定,和SQL快递下载安装。 And while you doing that, you might as well go ahead and install SQL management studio.当你这样做的时候,你也可以提前 go 安装 SQL management studio。 (and the express version these days is rather nice - even includes the sql profiler tools). (现在的快速版本相当不错——甚至包括 sql 分析器工具)。

So, you can't choose, nor have Visual Studio install say Excel, Word, power-point, SQL server or some accounting package, or some PDF viewer?所以,你不能选择,也不能让 Visual Studio 安装 Excel、Word、power-point、SQL 服务器或一些会计 package,或一些 PDF 查看器?

If you need and want these other applications?如果您需要并想要这些其他应用程序?

You have to go get them, and install them - such installs of such software is 100% outside the realm of Visual Studio and what it has for options to be installed.您必须 go 获取并安装它们 - 此类软件的此类安装 100% 超出了 Visual Studio 的 realm 及其安装选项的范围。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Visual Studio中添加SQL Server数据库文件(.mdf)而不安装SQL Server Express Edition? - How to add SQL Server database file (.mdf) in Visual Studio without installing SQL Server Express Edition? 无法使用服务器资源管理器在 SQL Server 2019 和 Visual Studio 2019 之间添加数据连接 - Unable to add data connection between SQL Server 2019 and Visual Studio 2019 with Server Explorer SQL 服务器 2019 Express 我无法连接 - SQL Server 2019 Express I can't connect Visual Studio无法将数据连接添加到SQL Server Express 2016 - Visual Studio Unable to Add Data Connection to SQL Server Express 2016 将SQL Server Express“高级”功能添加到Visual Studio安装的LocalDB - Add SQL Server Express “Advanced” features to LocalDB installed by Visual Studio SSIS Visual Studio 2019 用于 SQL 服务器 2008 - SSIS Visual Studio 2019 for SQL Server 2008 Visual Studio 2019 缺少 SQL 服务器 - Visual Studio 2019 missing SQL Server 如何使用静态端口通过 SQL Server 2019 Express 侦听本地主机? - How can I use a static port to listen on localhost with SQL Server 2019 Express? Visual Studio Express之后无法安装SQL Server - Can't install SQL Server after Visual Studio Express 无法使用Visual Studio连接到Microsoft SQL Server 2012 Express - Can't connect to Microsoft SQL Server 2012 Express with Visual Studio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM