System Functions MSSQL Tutorial

2>
3>
4>    EXEC sp_configure 'allow updates', 1
5>    GO
Configuration option 'allow updates' changed from 0 to 1. Run the RECONFIGURE statement to install.
1>