Viewing 2 posts - 1 through 3 (of 3 total)
Thanks a lot.....
August 14, 2015 at 2:58 pm
#1820229
Try below script
sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
sp_configure 'Database Mail XPs', 1;
RECONFIGURE
June 9, 2015 at 5:29 am
#1803904