RE: Ad hoc updates to system catalogs are not enabled
From: Yuan Shao (v-yshao_at_online.microsoft.com)
Date: 01/16/04
- Previous message: Peter Kaufman: "Re: Service Accounts"
- In reply to: Peter Kaufman: "Ad hoc updates to system catalogs are not enabled"
- Next in thread: Billy Yao [MSFT]: "RE: Ad hoc updates to system catalogs are not enabled"
- Reply: Billy Yao [MSFT]: "RE: Ad hoc updates to system catalogs are not enabled"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 16 Jan 2004 08:15:58 GMT
Hi Peter,
My name is Michael and I would like to thank you for using Microsoft
newsgroup.
Please try to perform the following SQL statements before you run the
statements for adding the stored procedure.
SP_CONFIGURE 'ALLOW UPDATES', 1
RECONFIGURE WITH OVERRIDE
After adding the stored procedure, please perform the following SQL
statements for safe reason.
SP_CONFIGURE 'ALLOW UPDATES', 0
RECONFIGURE WITH OVERRIDE
allow updates Option
Use the allow updates option to specify whether direct updates can be made
to system tables. By default, allow updates is disabled (set to 0), so
users cannot update system tables through ad hoc updates. Users can update
system tables using system stored procedures only. When allow updates is
disabled, updates are not allowed, even if you have the appropriate
permissions (assigned using the GRANT statement).
When allow updates is enabled (set to 1), any user who has appropriate
permissions can update system tables directly with ad hoc updates and can
create stored procedures that update system tables.
For more information regarding SP_CONFIGURE, please refer to the following
article on SQL Server Books Online.
Topic: "SP_CONFIGURE"
Topic: "allow updates Option"
Thanks for choosing Microsoft.
Regards,
Michael Shao
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
- Previous message: Peter Kaufman: "Re: Service Accounts"
- In reply to: Peter Kaufman: "Ad hoc updates to system catalogs are not enabled"
- Next in thread: Billy Yao [MSFT]: "RE: Ad hoc updates to system catalogs are not enabled"
- Reply: Billy Yao [MSFT]: "RE: Ad hoc updates to system catalogs are not enabled"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|