简体   繁体   English

SQL Server 2005上的SSIS 2008?

[英]SSIS 2008 on SQL Server 2005?

Is there any way to get the benefits of SSIS 2008 (including the performance improvements) while still working with a SQL Server 2005 database? 有没有办法在使用SQL Server 2005数据库的同时获得SSIS 2008的好处(包括性能改进)? It seems like it still pulls the data from OLE, so I don't see how it would be a problem. 它似乎仍然从OLE中提取数据,所以我不知道它会是一个什么问题。 I'm running the package from the dtproj file, not loaded onto the server. 我正在从dtproj文件运行包,而不是加载到服务器上。

使用2005或2000甚至版本7数据库没有问题但是我不认为你可以在装有SQL Server 2005的盒子上安装SSIS 2008,因为你很可能需要支付单独的许可证

I have asked microsoft licensing and installing 2008 components on a 2005 instance can be done at no extra charge. 我已经要求微软许可,并且可以在2005年的实例上安装2008组件,无需额外费用。 We plan on doing this for reporting, but still want to install 2005 on the server to do some warm-standby mirroring. 我们计划在报告中执行此操作,但仍希望在服务器上安装2005以进行一些热备份镜像。

edit: I assume you would need software assurance (somewhat obvious, but otherwise you would have to pay for the 2008 upgrade anyway.) 编辑:我认为你需要软件保证(有点显而易见,但无论如何你都要支付2008升级费用。)

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

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