I am just trying for fulfil the request of my task master. I know there are better tools (ssis) for this but I am going to ask any way. We are using SQL SERVER 2008 R2
I am trying to create a ssrs report with csv rendering in the following format.
H,20130501,0000022
D, ABC,DDD, EEE, 10.50
D, ABC,SDD, EEE, 9.50
D, ABC,YDD, EEE, 200.00
T,000003,220.00
My task master will not be happy with doing all the concatination in a sproc. Has anybody done something similar? Is possible in SSRS ?