Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.07 KB

File metadata and controls

26 lines (20 loc) · 1.07 KB
title Server Configuration: allow updates
description Learn about the obsolete SQL Server configuration option allow updates. See how using this option causes RECONFIGURE statements to fail.
author rwestMSFT
ms.author randolphwest
ms.date 08/26/2025
ms.service sql
ms.subservice configuration
ms.topic how-to
helpviewer_keywords
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