THE SQL Server Blog Spot on the Web
Welcome to SQLblog.com - The SQL Server blog spot on the web Sign in | Join | Help
in Search

Database Mail

Last post 07-15-2008, 4:55 by Uri Dimant. 1 replies.
Sort Posts: Previous Next
  •  07-14-2008, 15:25 7838

    Database Mail

    Hi Friends,


    Can anybody let me know that how I can fix this error and configure Database mail.

    Msg 15123, Level 16, State 1, Procedure sp_configure, Line 51
    The configuration option 'databasemail' does not exist, or it may be an advanced option.

    Thanks

  •  07-15-2008, 4:55 7848 in reply to 7838

    Re: Database Mail

    select * from

    sys.configurations

    where name like '%Database Mail%'

    exec sp_configure 'show advanced options', 1
    go
    reconfigure with override
    go
    exec  sp_configure  'Database Mail XPs', 1

    go

    reconfigure with override
    go


    Uri Dimant
Powered by Community Server (Commercial Edition), by Telligent Systems
  Privacy Statement