Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.
SQL 2008 R2 'Web Assistant procedures'

الإجابة SQL 2008 R2 'Web Assistant procedures'

  • 2012년 4월 27일 금요일 오후 10: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' ?                           

모든 응답

  • 2012년 4월 29일 일요일 오전 7:45
     
     답변됨
    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

    • 답변으로 제안됨 Papy NormandModerator 2012년 4월 29일 일요일 오전 9:16
    • 답변으로 표시됨 as618 2012년 5월 3일 목요일 오전 10:52
    •