|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Monday, January 14, 2013 12:01 AM
Points: 24,
Visits: 104
|
|
Dear Admin, Why belowlog appears in MSSQL log. What transactions system execute ?
MSQSQL 2008 R2
Date 11/28/2012 11:57:32 AM Log SQL Server (Archive #1 - 11/28/2012 11:57:00 AM)
Source spid56
Message Configuration option 'show advanced options' changed from 0 to 1. Run the RECONFIGURE statement to install.
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Thursday, May 16, 2013 6:44 AM
Points: 1,185,
Visits: 2,099
|
|
nhphuong76 (11/27/2012) Dear Admin, Why belowlog appears in MSSQL log. What transactions system execute ?
MSQSQL 2008 R2
Date 11/28/2012 11:57:32 AM Log SQL Server (Archive #1 - 11/28/2012 11:57:00 AM)
Source spid56
Message Configuration option 'show advanced options' changed from 0 to 1. Run the RECONFIGURE statement to install.
sp_configure 'show advanced options' ,0 This is used to make changes to the Instance Configuration
http://msdn.microsoft.com/en-us/library/ms188787.aspx
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Monday, January 14, 2013 12:01 AM
Points: 24,
Visits: 104
|
|
| I want to know what the transactions executed ?
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Thursday, May 16, 2013 6:44 AM
Points: 1,185,
Visits: 2,099
|
|
nhphuong76 (11/28/2012) I want to know what the transactions executed ?
Do you want to know which configuration setting was changed?
Are there any other similar messages in the error log?
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Yesterday @ 2:33 PM
Points: 5,201,
Visits: 11,150
|
|
nhphuong76 (11/28/2012) I want to know what the transactions executed ? You'll commonly see this in the log if an admin opens the SQL Server instance properties page (right click the instance in SSMS object explorer then click Properties)
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs"
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Monday, January 14, 2013 12:01 AM
Points: 24,
Visits: 104
|
|
SQL log
Date 11/28/2012 11:57:32 AM Log SQL Server (Archive #1 - 11/28/2012 11:57:00 AM)
Source spid56
Message Configuration option 'show advanced options' changed from 0 to 1. Run the RECONFIGURE statement to install.
|
|
|
|