September 17, 2012 at 5:24 pm
I want to load dta from table to .csv file.In table there are two columns data_date and device.when i load the data from table to .csv it should use data_date column value in the filename..There is unique data_data value in the table.to ellaborate i have 1000 devices for particular day. I want to give the name to file as suppose i have "2012-09-16 00:00:00.000" value in the table then my file name should be like "filename_20120916.csv".if there is "2012-09-15 00:00:00.000" value in the table then my file name should be like "filename_20120915.csv".
September 17, 2012 at 5:47 pm
weston_086 (9/17/2012)
I want to load dta from table to .csv file.In table there are two columns data_date and device.when i load the data from table to .csv it should use data_date column value in the filename..There is unique data_data value in the table.to ellaborate i have 1000 devices for particular day. I want to give the name to file as suppose i have "2012-09-16 00:00:00.000" value in the table then my file name should be like "filename_20120916.csv".if there is "2012-09-15 00:00:00.000" value in the table then my file name should be like "filename_20120915.csv".
What method do you intend to use to do the export?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 17, 2012 at 5:48 pm
i am working on ssis.
September 17, 2012 at 6:43 pm
My apologies. I'll have to defer to someone that knows SSIS.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply