I am used to DTS Pkgs where i can just write to a text file using a data transform task.
How can i do the equivalent of this in SSIS?
Thanks.
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.
You can use the Data Flow task in SSIS. Create the Data Flow task. Add an appropriate source component to get the data. Then add a Flat File Destination. The destination can be configured to your file requirements. Connect the two objects and map the columns.