Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 connection.open and connection.execute in SSIS

Author  Topic 

vasu4us
Posting Yak Master

102 Posts

Posted - 2007-09-26 : 13:34:02
Hi
there are two commands in Activex - connection.open and connection.execute
which are used to open a connection and to run some commands in SQL2000

can anyone tell me how to do the same in SSIS.
would be much better if i can use the connection in the connection manager rather than creating a new connection in the script.
   

- Advertisement -