Hi there
Possibilities I could think of:
- Date is out of range for MS SQL. auto initialized DateTimes are '0001-01-01 00:00:00', but MS SQL accepts only a date between January 1, 1753 and December 31, 9999
- The language of the MS SQL user isn't english -> DateTime Format is different [link text][1][SET LANGUAGE][1]
[1]: https://msdn.microsoft.com/de-ch/library/ms174398%28v=sql.105%29.aspx