Viewing 3 posts - 1 through 3 (of 3 total)
There is no format on the cell, it is pulling raw data which is valid. As I said, it works fine using the IDE, pulling from the same database.
October 1, 2014 at 1:14 pm
#1749515
got it solved elsewhere, expression should be:
[Date Booked] == (DT_DATE)"01/01/1800" ? NULL(DT_DATE) : [Date Booked]
November 19, 2008 at 9:01 am
#900594
Sorry to hijack this thread, but I'm having a somewhat similar problem. I'm importing from a csv file into a Sql Server 2005 database, and the program that creates the...
November 19, 2008 at 7:59 am
#900536