I am using SSIS to create a Fixed Length flat file for a end user who does not have ability to run SSIS job.
I am looking for a way to allow this user to create this file on demand.
I have a SQL query ( stored Procedure) that I am using along with SSIS.
By the way, everything will work if this was done in SSRS, which essentially does not give me ability to create a FL flat file.
What is the best way for me to make this happen? Thanks.
↧