Hi:
While running:
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 OFF didn't help.
Any hints how to deal with it?
Thanks
Andrei
While running:
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 OFF didn't help.
Any hints how to deal with it?
Thanks
Andrei