Configuration Manager or Surface Area Configuration Tool

SQL Server Configuration Manager and SQL Server Surface Area Configuration tool have a lot in common, but Microsoft MVPs provide a general rule of thumb for when to use these tools.

Brian Moran

May 22, 2006

1 Min Read
ITPro Today logo in a gray background | ITPro Today

SQL Server 2005 has SQL Server Configuration Manager and SQL Server Surface Area Configuration tool. Both tools let you control properties of SQL Server services, and I understand that tasks that you can perform with each tool overlap. How should I decide which tool to use and why?

I saw this question in a recent thread in the SQL Server Most Valuable Professional (MVP) newsgroups and thought that many SQL Server professionals might be pondering the same question. SQL Server Configuration Manager is a tool designed to help you configure or manage SQL Server 2005 services, network protocols, and network connectivity for SQL Server client workstations. SQL Server Surface Area Configuration tool lets you enable, disable, start, and stop SQL Server 2005 services, features, and workstation connectivity.

The tools have several overlapping functions. For example, you can use either tool to change the automatic startup settings for SQL Server service. But, if you want to enable SQL Server CLR (SQLCLR) support, you must use Surface Area Configuration tool; the SQLCLR isn't supported by Configuration Manager.

I won't attempt to list all of the overlapping properties that you can edit with both tools. However, the general consensus from the MVPs is that you should use the Surface Area Configuration tool to manage security-related tasks and the Configuration Manager to configure SQL Server 2005. If both tools support the feature or service that you're trying to configure or manage the result will be the same no matter which tool you use.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like