(http://blog.csdn.net/chenghaibing2008/article/details/11773521)
select dbo.GetDate_AfterToday('2013-09-01',5)
09-06
OK!!!
select GetDate_AfterToday('2013-09-01',5)
'GetDate_AfterToday' is not a recognized built-in function name.
记住dbo.函数名称 否则报错
自定义的函数,必须在调用的时候,前面加上dbo.