• SELECT DATEADD(YEAR,10,GETDATE()), This will add 10 Years to the current date.

    For ref: http://msdn.microsoft.com/en-IN/library/ms186819.aspx

    Moreover, the Query you provided I.e SELECT GETDATE()+10 will add 10 Days to current date.

    Can anyone please explain this.?

    Thanks in advance.