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