SELECT *
FROM sys.configurations
Showing posts with label server configuration. Show all posts
Showing posts with label server configuration. Show all posts
Wednesday, August 11, 2010
Thursday, August 5, 2010
[T-SQL] Advanced Server Configuration
“How I check all the advanced configuration of the SQL Server?”
EXEC sp_configure 'Show Advanced Options', 1;
GO
RECONFIGURE;
GO
EXEC sp_configure;
EXEC sp_configure 'Show Advanced Options', 1;
GO
RECONFIGURE;
GO
EXEC sp_configure;
Subscribe to:
Posts (Atom)