I execute a couple of SQL queries using a batch file. I want to execute all this SQL using SSIS also. Can someone suggest how I can do that?
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.
Here is a link to the basics of creating SSIS packages, I went to google and typed ‘ssis for beginners’:
http://www.codeproject.com/Articles/155829/SQL-Server-Integration-Services-SSIS-Part-1-Basics
You’ll probably want to use one or more ‘Execute SQL Task’s. A guide to these can be found at:
http://www.sqlis.com/sqlis/post/The-Execute-SQL-Task.aspx
You will probably want to use
Don’t worry too much about the other settings for now.