views:

7

answers:

0

I have an SSIS import package that is bringing data into a SQL 2005 database. One of the columns has the date in the following format (dd-mmm-yy) and always gets inserted into the database as NULL. I've tried the destination column as smalldatetime, NVARCHAR, VARCHAR, and always comes in as NULL. I know if edit the column on the sheet to (m/d/yyy h:mm) format it will work, but this is suppose to be an automated job that shouldn't need manual fixes to teh spreadsheet. Any ideas on how to fix this?