Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 DTS/csv file

Author  Topic 

pmccann1
Posting Yak Master

107 Posts

Posted - 2008-04-29 : 06:27:41
Hi there i am wanting to create a job that runs twice a week that exports data from a table to a csv file. I need the csv file to be called the date that it is produced, is there a way of doing this?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-04-29 : 06:30:14
Yup. You need to create a variable in your package and assign value of current date to it. Add a dynamic properties task and map the file name property of file to value of this vriable.
Go to Top of Page

pmccann1
Posting Yak Master

107 Posts

Posted - 2008-04-29 : 06:32:17
Thanks for the quick response, its great to know this can be done, however i dont fully understand what you mean can you explain it in dummy language as i am not the greatest in this area
Go to Top of Page
   

- Advertisement -