EXEC sp_configure 'allow updates', 1 : sp_configure « System Functions « SQL Server / T-SQL 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>








25.27.sp_configure
25.27.1.Limiting Trigger Nesting
25.27.2.Changing SQL Server Configurations
25.27.3.sp_configure [configname[,configvalue]]
25.27.4.EXEC sp_configure 'allow updates', 1