Solve the problem on "Enable the use of 'Database Mail XPs' by using sp_configure"
USE Master
GO
sp_configure 'show advanced options', 1
GO
reconfigure with override
GO
sp_configure 'Database Mail XPs', 1
GO
reconfigure
GO
sp_configure 'show advanced options', 0
GO
No comments:
Post a Comment