Viewing 4 posts - 1 through 5 (of 5 total)
Good thinking. There were no non-numerics except what appeared to be white space. I deleted all those rows and searched for + and -. I also found some ZERO's and...
August 7, 2008 at 11:23 am
This works GREAT: (your code)
SELECT
DATEADD(minute,(128624995457225598*100/POWER(10, 9) - (CONVERT(bigint, DATEDIFF(minute, '1/1/1801', '1/1/1953')) * 60))/60, '1/1/1753') AS date
But as soon as I try to plug...
August 7, 2008 at 10:46 am
I did not move the reporting server or database.
I created a brand new on ebut I am not getting the fancy html page- only directory listing. I would have...
August 20, 2007 at 8:17 am
Viewing 4 posts - 1 through 5 (of 5 total)