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 2008 Forums
 SSIS and Import/Export (2008)
 Script Task

Author  Topic 

asf
Starting Member

7 Posts

Posted - 2011-02-15 : 15:06:57
I need to read a Date value stored in the database and load it to a variable in script task. The date is of the format
"YYYY MM DD hh:mm:ss:mmm" but when reading this value into a variable milliseconds gets truncated. Does any one know how can I include milliseconds along with the whole date.
   

- Advertisement -