Is there a function like GETDATE() in Sql Server 2005 that let's you get the max possible date?
I do not want to find the highest date in a table. I want to get the max possible date that sql server will be able to store.
Basically, I want an expiration date of never