Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Creating the text file SSIS

$
0
0

Hi All,

I need to create a SSIS package. I have database table in SQL Server which stores the details of customers.  i have created a stored procedure which gets the details of customers based on some conditions. Now i need to flush the result from the sstored procedure to the text file in the below format.

The following customers either have problems with their data, or are missing required information.

 

 

Checking for customers who have missing name

============================================

Error: Custlid=123 First Name=A Last Name=B

 

Checking for employees who have missing Address

============================================

 

Error: Custlid=123 First Name=A Last Name=B

Error: Custlid=456 First Name=C Last Name=D

 

Checking for employees who have missing date of birth

============================================

Error: Custlid=123 First Name=A Last Name=B

Need to know if i need to use Script Task for this so as to create the text format and write the text to the text file??

 


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>