April 23, 2012 at 8:22 am
Configuration option 'allow updates' changed from 0 to 0. Run the RECONFIGURE statement to install.
Configuration option 'show advanced options' changed from 0 to 1. Run the RECONFIGURE statement to install.
Msg 574, Level 16, State 0, Procedure SP_SQL_AGENT_START, Line 13
CONFIG statement cannot be used inside a user transaction.
The statement has been terminated.
April 23, 2012 at 8:38 am
Is there a question here?
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
April 23, 2012 at 8:57 am
As the error clearly says, RECONFIGURE cannot be run within a user transaction. Hence it cannot be between a BEGIN TRAN and a COMMIT/ROLLBACK.
Do your reconfigurations outside a transaction.
p.s. allow_updates has no usage on SQL 2005 and above, the system tables cannot be changed.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply