Purpose
How to get the server configuration.
Applicable in CAST Version
Release | Yes/No |
---|---|
7.2.x | ? |
7.0.x |
Details
Execute the below queries in a SQL session:
USE master; GO EXEC sp_configure 'show advanced option', '1'; RECONFIGURE; EXEC sp_configure;
Notes / Comments
Related Pages