Viewing 7 posts - 1 through 7 (of 7 total)
i believe if you want to convert to the format yyyymmdd then the tsql should be like
SELECT CONVERT(VARCHAR(8), GETDATE(), 112) AS [YYYYMMDD].
if you are stll gettingthe error you...
October 4, 2012 at 12:22 am
its not an issue wth db mail ..the error shown doesnt seems to be the right one. The db mail hasnot configured in that instance.
October 6, 2010 at 12:00 am
Viewing 7 posts - 1 through 7 (of 7 total)