Is there a function like GETDATE() in Sql Server 2005 that let\'s you get the max possible date?
GETDATE()
I do not want to find the highest date in a table. I wa
Consult the documentation.
http://msdn.microsoft.com/en-us/library/ms187819.aspx
Date range January 1, 1753, through December 31, 9999
There is no way to get the max datetime programatically.
If so it would be listed here:
http://msdn.microsoft.com/en-us/library/ms186724.aspx