SQL 2008 R2 'Web Assistant procedures'

Answered SQL 2008 R2 'Web Assistant procedures'

  • Friday, April 27, 2012 10:31 PM
     
     
    exec sp_configure 'Web Assistant procedures'

    When I execute above statement in SQL 2008 R2, I get the follwing error message

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

    How to correct this error? How do I install or enable 'Web Assistant procedures' ?                           

All Replies

  • Sunday, April 29, 2012 7:45 AM
     
     Answered
    This functionality was removed in SQL Server 2008. Your only option is to use an old version of SQL Server (2005), or some other technology (like Reporting Services).

    Tibor Karaszi, SQL Server MVP | web | blog

    • Proposed As Answer by Papy NormandModerator Sunday, April 29, 2012 9:16 AM
    • Marked As Answer by as618 Thursday, May 03, 2012 10:52 AM
    •