Hi all:
I have a field in my sql server table which is a char(10). But it has dates in it as 2006-01-05, etc... Now I am uploaded this into another system which the field on that system is a date field...
It will accept everything only when the date on sql server is 0001-01-01 the other system will kick it back with errors and the job will stop...
I did an update query of whereever 0001-01-01 exists switch it to ''... but that create errors as well...
Anyone got any ideas on what should I do...
Thanks
Zishan
I have a field in my sql server table which is a char(10). But it has dates in it as 2006-01-05, etc... Now I am uploaded this into another system which the field on that system is a date field...
It will accept everything only when the date on sql server is 0001-01-01 the other system will kick it back with errors and the job will stop...
I did an update query of whereever 0001-01-01 exists switch it to ''... but that create errors as well...
Anyone got any ideas on what should I do...
Thanks
Zishan