
HELP - SQL Server 7.0 Error - Msg 542, Level 16, State 1
The CHECKDB operation has been done and corruptions found
and corrected. Here is the interesting thing...there is
a column in one table that is of DATETIME data type and
contained this value.... 16058-08-30 13:55:00.000 ...how
is this even possible? We corrected the record
containing the incorrect year and rebuilt the indexes for
that table and everything is functioning properly. Any
ideas?
Thanks,
Ryan
Quote:
>-----Original Message-----
>I would start checking if the database is corrupt (DBCC
CHECKDB). I assume you do this
Quote:
>regularly, so you might just go to the log from last
execution and check there.
Quote:
>--
>Tibor Karaszi, SQL Server MVP
>Archive at: http://groups.google.com/groups?
oi=djq&as_ugroup=microsoft.public.sqlserver
Quote:
Quote:
>> Has anyone ever seen this error? It began popping up
all
>> over our system recently and I can't find any rows that
>> contain a date with a year greater than 9999. Any help
>> is appriciated.
>> ERROR MESSAGE:
>> Server: Msg 542, Level 16, State 1, An invalid datetime
>> value was encountered. Value exceeds the year 9999.
>> Thanks,
>> Ryan Grim
>.