I have a SQL database, that seems to be corrupt. Error message below
An error occurred while executing batch. Error message is: SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM.
I ran the below script, now when I get the result in the table and I search for those records they are not there, but yet they found them?
SELECT RequestDateTime
FROM dbo.PickingSlip
WHERE RequestDateTime < '1/1/1753 12:00:00 AM'
OR RequestDateTime > '12/31/9999 11:59:59 PM'
This is some of the data in the table.
Id|RequestedDataFileId|CurrentShelf|PickingSlipStatusId|ByUserId|ForUserId|RequestDateTime|RequestComments|IsPrinted|QueueIdentifier|Created|CreateByUserId|FinalisationDateTime|FinalisationByUserId|ConfigAccountId 10067|5356276|0007a|43|8|6|2013-04-23 11:22:32.010||1|NULL|2013-04-23 11:22:32.010|8|2013-04-23 11:23:07.577|8|5 10068|5356547|0005A|43|8|6|2013-04-25 11:10:51.027||1|NULL|2013-04-25 11:10:51.027|8|2013-04-25 11:11:20.497|8|5