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
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 load FileName and dateandtime

Author  Topic 

DSQL
Starting Member

6 Posts

Posted - 2008-08-25 : 15:07:21
I am extracting data from SAP flatfile and loading into SQL server ODS. Now, with that data I also need to capture flat filename where data coming from and the data and time when the package load. How can I capture that file name??

ANy help would be great

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-08-26 : 00:10:25
Use Script task to get filename. use @[System::starttime] to get package date time.
Go to Top of Page
   

- Advertisement -