Page tree
Skip to end of metadata
Go to start of metadata
Purpose

How to get the server configuration.

Applicable in CAST Version
Release
Yes/No
7.2.x?
7.0.x(tick)


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




  • No labels