SyntaxFix
Write A Post
Hire A Developer
Questions
In SQL Server 2008 and above just do this:
SELECT DATEADD(day, 1, Getdate()) AS DateAdd;