简体   繁体   English

SSIS Visual Studio 2019 用于 SQL 服务器 2008

[英]SSIS Visual Studio 2019 for SQL Server 2008

The question is can I use Visual Studio 2019 with the most current SSIS to create SSIS packages for SQL Server 2008?问题是我可以使用 Visual Studio 2019 和最新的 SSIS 为 SQL Server 2008 创建 SSIS 包吗? Or do I need to download an earlier version of Visual Studio?还是我需要下载较早版本的 Visual Studio?

I do not have access yet to execute on the server I am waiting for this and just doing some research to get tools ready in the mean time.我还没有在服务器上执行的访问权限,我正在等待这个,只是在做一些研究以同时准备好工具。 So I have not tried anything yet.所以我还没有尝试任何东西。

You have to install SQL Server Data Tools (SSDT) for Visual Studio 2019.您必须为 Visual Studio 2019 安装 SQL 服务器数据工具 (SSDT)。

This is the link这是链接

https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt?redirectedfrom=MSDN&view=sql-server-ver15 https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt?redirectedfrom=MSDN&view=sql-server-ver15

Says that you can't.说不能。

Supported SQL versions支持的 SQL 版本

Integration Services packages SQL Server 2012 - SQL Server 2019集成服务包 SQL 服务器 2012 - SQL 服务器 2019

Unfortunately, SSIS 2008 is too old.不幸的是,SSIS 2008 太旧了。 Additionally, SQL Server 2008, and its SSIS, are out of support.此外,SQL Server 2008 及其 SSIS 不再受支持。 I strongly suggest upgrading your SSIS to a later and supported version.我强烈建议将您的 SSIS 升级到支持的更高版本。

VS2019 supports SSIS development for the following SSIS versions: VS2019支持SSIS开发以下SSIS版本:

  • 2012 2012
  • 2014 2014
  • 2016 2016
  • 2017 2017
  • 2019 2019

-- UPDATE -- - 更新 -

can sql server2008 use ssis later than 2008? sql server2008 可以在 2008 年以后使用 ssis 吗? this is what i was trying to establish这就是我试图建立的

No, SQL Server version and SSIS version are one and the same.不,SQL 服务器版本和 SSIS 版本是一回事。

-- UPDATE #2 -- -- 更新 #2 --

BIDS (Business Intelligence Development Studio) can be found after installing the full version of SQL server 2008.安装完SQL server 2008完整版后可以找到BIDS(Business Intelligence Development Studio)。

Check it out here: Creating a SSIS package in VS 2008在这里查看: 在 VS 2008 中创建 SSIS package

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM