Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Overflow

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-10-24 : 09:19:55
andrei writes "Hi:

While running, on SQL 2000:

Select dateadd(d,History.His__Date-693596, '01/01/1900') from History,

I get Error Message 517:
Adding a value to a 'datetime' column caused overflow.
The same error on another machine.
SET ARITHABORT didn't help.
Any hints how to deal with it?
Thanks
Andrei"
   

- Advertisement -