Tag Archives: sp_configure

How to use SP_CONFIGURE in SQL Server

A Blog Post About Using SP_CONFIGURE
I use SP_Configure a lot. I use it to quickly view server settings or when making a change. It is quicker and, in my mind, safer than using the GUI in SQL Server Management Studio. I recently learned a tip that I had never known from a Kalen Delaney course [...]