Inserting empty datetime


im importing txt file. of date columns have empty values.

i'm getting erro when try import date field has empty value.

what can insert empty values datetime column?
qeqw

use derived column replace column "01/01/1753 00:00"

use expression:

len([datecolumn]) == 0 ? "01/01/1753 00:00" : [datecolumn]
hope helps !!
sudeep      my blog


SQL Server  >  SQL Server Integration Services



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........