Generally this error occurs when we are inserting the value is less than 1753, so SQL Server DATETIME cannot store it.
Solution:
Change the Datatype from DATETIME to DATETIME2
Generally this error occurs when we are inserting the value is less than 1753, so SQL Server DATETIME cannot store it.
Solution:
Change the Datatype from DATETIME to DATETIME2
Leave a Reply