Capturing Information of SQL server Configurations

Capturing Information of SQL server Configurations

In this blog we are going to learn how to capture the details of configurations in sql server.

Just query in the SQL and check what are all the configurations available.

select * from sys.configurations

 

Thanks for reading this article. Have a nice day.