Is it possible to deceive SQL Server to return a different date on GetDate() without actually changing the machine date? This would be great, since we have
GetDate()
You can always wrap GetDate() in a custom function and use that everywhere, although it's not an optimal solution.