ReconfigureWithOverride Method

SQLServer.Configuration Object

Description

Accepts any and all changes made to SQL Server configuration options, ignoring any SQL Server warnings. Any changes made to the CurrentValue property of all ConfigValue objects will be accepted by SQL Server. Changes to static configuration options will take effect after SQL Server is stopped and restarted.

Visual Basic

Configuration.ReconfigureWithOverride

C++

HRESULT pConfiguration->ReconfigureWithOverride ( );

Reference

RECONFIGURE WITH OVERRIDE, sp_configure