请教 熟悉 SQL Server 2000/2005 or SQL server 2008

来源: 2012-04-16 09:35:26 [博客] [旧帖] [给我悄悄话] 本文已被阅读:

SQL server 2008,  没怎看明白.

SQL 2005/2008 SSISControl flow,有个Script task,在Script task里,可以写些code: Dts.Connections(“Excel Connection Manager”).Jet.OLEDB.4.0;Data Source=” +_Dts.Variables(“FileName”).Value.ToString()+-“;Extended Properties=””EXCEL 8.0;HDR=YES””;”. code里的Dts从哪里来的,是哪个Library 里的? code与SQL Server 2000里的DTS package有没有系?