sql server - SQLServer epoch time null date -


i have date column in table gets values csv file. right if date value null, 1900/01/01 getting inserted. how can change empty string?

thanks

in csv file select column , change type simple text , try import data.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -