Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.07 KB

allow-updates-server-configuration-option.md

File metadata and controls

26 lines (20 loc) · 1.07 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
Server configuration: allow updates
Learn about the obsolete SQL Server configuration option allow updates. See how using this option causes RECONFIGURE statements to fail.
rwestMSFT
randolphwest
07/18/2024
sql
configuration
conceptual
allow updates option

Server configuration: allow updates

[!INCLUDE SQL Server]

This option is still present in the sp_configure stored procedure, although its functionality is unavailable in [!INCLUDE ssNoVersion]. The setting has no effect. Direct updates to the system tables aren't supported.

Important

[!INCLUDE ssNoteDepFutureAvoid]

Changing the allow updates option causes the RECONFIGURE statement to fail. Changes to the allow updates option should be removed from all scripts.

Related content