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 2008 Forums
 SSIS and Import/Export (2008)
 executing an sql file in SSIS

Author  Topic 

andrewhopkinson
Yak Posting Veteran

63 Posts

Posted - 2010-06-05 : 14:24:55
Is there a way to execute an SQL file withing SSIS? I know there is a execute process tool, but it seems be only for batch files and exes. thanks.

andrewhopkinson
Yak Posting Veteran

63 Posts

Posted - 2010-06-08 : 09:39:15
In case anyone is curious, I figured it out, I created a batch file that runs the sqlcmd.exe from the command prompt, then executed that from SSIS using an execute process task.
Go to Top of Page
   

- Advertisement -