使用 VS.net 2008 创建的 SSIS 包可以访问 SQL Server 2005 数据库吗?
使用 VS.net 2008 创建的 SSIS 包可以访问 SQL Server 2005 数据库吗?
包是在 VS.net 2008 中创建的。 包中的操作/方法将从 SQL Server 2005 数据库读取数据或向 SQL Server 2005 数据库写入数据。
包将从 SQL Server 2008 服务器执行/运行。
这是受支持的场景吗?
我的 DBA 说不,但我的想法是,如果您制作了一个访问 Oracle/DB2/Flat 文件的 VS.net 2008 SSIS 包。在这种情况下,SQL Server 2005 不就只是一个数据存储吗?
Can a SSIS package created with VS.net 2008 access a SQL Server 2005 database?
Package is created in VS.net 2008.
Actions/methods in the package will read and write from/to a SQL Server 2005 database.
Package would be executed/run from an SQL Server 2008 server.
Is this a supported scenario?
My DBA says no, but my thinking is this would be like if you made a VS.net 2008 SSIS package that accesses Oracle/DB2/Flat file. Wouldn't SQL Server 2005 be just a data store in this case?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
SSIS 可以访问任何 SQL Server 数据库版本。有一个 OLE DB 源组件可以执行此操作。
SSIS can access any SQL Server database version. There is an OLE DB source component that will do this.
我们从 SQL Server 2008 数据库运行了许多 SSIS 包,这些包在升级所有数据库之前从 SQL Server 2000 数据库获取数据。你的dba不正确。
We ran many SSIS pacakages from a SQL Server 2008 database that got data from a SQL Server 2000 database before we upgraded all the databases. Your dba is incorrect.