How is it possible to execute a SSIS 2008 Package by using SQL in SQL Server 2008 ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not directly from TSQL (you would have to use xp_cmdshell to run DTEXEC, but that’s not recommended)
You can execute a SSIS Package:
Using SQL Server Business Intelligence Development Studio (BIDS)
Using the DTEXEC.EXE Command Line Utility
Using a SQL Server Agent Job
Using the DTEXECUI.EXE Utility
How to: Run a Package
Can you explain why you need to run from TSQL?