One of our customers is attempting to import documents from the early 1700s, and we've discovered that trying to populate date fields with a date prior to January 1, 1753 is not allowed. I understand that this seems to be a limitation in MSSQL's datetime datatype, but I was wondering if anyone had run into this issue before, and if so, how have you resolved it? I'm not sure converting that date field into a text field is a preferred option for this customer, but I can't think of any other way to go, other than to leave that date field blank for any <1753 document.
Thanks!