- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何使用 Visual Studio 2019 打开 DTSX 文件进行编辑?
我使用 SQL Server Management Studio 中的导入数据向导生成了一个 DTSX 文件,使用 same process outlined in this question . answer to that question解释了如何编辑 .dtsx 文件,但它似乎不再正确。我正在使用 Visual Studio 2019。答案说我需要使用此链接下载 SQL Server Data Tools for Visual Studio:
Changes in SSDT for Visual Studio 2019
With Visual Studio 2019, the required functionality to enable Analysis Services, Integration Services, and Reporting Services projects has moved into the respective Visual Studio extensions. The core SSDT functionality to create Database Projects has remained integral to Visual Studio (you need to select the Data storage, and processing workload during install). There's no more standalone SSDT installation required.
If you already have a license to Visual Studio 2019:
- For SQL Database Projects, install the Data storage and Processing workload for Visual Studio
- For Analysis Services, Integration Services or Reporting Services projects, install the appropriate extension(s) from the marketplace
*.*
(因为 .dtsx 不在支持的项目扩展名列表中),选择文件,然后单击打开。我收到此消息框:
最佳答案
错误消息表明您正在尝试打开项目/解决方案。 DTSX 是一个包。
您首先需要打开 .sln 或 .proj 文件。在项目(解决方案资源管理器)中,您可以打开 dtsx。不要尝试从源代码管理资源管理器打开 dtsx 文件,因为它不会随项目引用一起打开。
总之,打开解决方案/项目,然后从解决方案资源管理器中打开包。
关于sql-server - 如何在 Visual Studio 2019 中打开 DTSX 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58223620/
我是一名优秀的程序员,十分优秀!