hi,
I have a csv file that I load in database via a bulk insert command, in my csv file I have a column date :
for example :
01-Jan-89 (in excel 01-01-1989), 20-Jan-47 (in excel 20-01-1947)... ,
in my Database, the first date was ok : 1989-01-01 but the second date was : 2047-01-20 , instead of 1947-01-20 I don't understand this issue,
any idea please ?
thanks