SQL 2008 R2 'Web Assistant procedures'

Answered SQL 2008 R2 'Web Assistant procedures'

  • 27 April 2012 22:31
     
     
    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' ?                           

Semua Balasan

  • 29 April 2012 7:45
     
     Jawab
    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

    • Disarankan sebagai Jawaban oleh Papy NormandModerator 29 April 2012 9:16
    • Ditandai sebagai Jawaban oleh as618 03 Mei 2012 10:52
    •