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?
EDIT: Found a way. See my answer below.
Thanks,
Arnold