How to install SQL Server 2005 Configuration Manager without installing SQL Server Management Studio
Posted
by Arnold Zokas
on Server Fault
See other posts from Server Fault
or by Arnold Zokas
Published on 2010-03-09T11:28:02Z
Indexed on
2010/03/09
11:38 UTC
Read the original article
Hit count: 965
Hi,
I need to configure SQL Server aliases on a public-facing production server. To do that, I need to install SQL Server Configuration Manager.
I was not able to find a standalone installer for that, so I am having to install SQL Server 2005 Client Components. This approach is not ideal as we don't want to have SSMS on an public-facing production server.
Is there a way to install SQL Server 2005 Configuration Manager without installing SQL Server Management Studio?
Thanks, Arnold
© Server Fault or respective owner