Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.2 KB

File metadata and controls

26 lines (20 loc) · 1.2 KB
title allow updates (server configuration option)
description Learn about the obsolete SQL Server configuration option 'allow updates.' See how using this option will cause RECONFIGURE statements to fail.
author rwestMSFT
ms.author randolphwest
ms.date 03/02/2017
ms.service sql
ms.subservice configuration
ms.topic conceptual
helpviewer_keywords
allow updates option

allow updates (server configuration option)

[!INCLUDE SQL Server]

This option is still present in the sp_configure stored procedure, although its functionality is unavailable in [!INCLUDEssNoVersion]. The setting has no effect. Direct updates to the system tables are not supported.

Important

[!INCLUDEssNoteDepFutureAvoid]

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

See Also

Server Configuration Options (SQL Server)