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.
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' ?
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).