Howto configure client alias for SQL Server
This post will show you how to configure client aliases for SQL Server. One of the security hardening measures is configuring non-standard port for SQL Server instances.
A default instance of SQL Server listens for connections on TCP port 1433. If a client computer is unable to connect to the database on TCP port 1433, it queries the SQL Server Resolution Service on UDP port 1434.
To protect the database server, you can block the standard ports used by SQL Server and configure your SQL Server instances to listen on a nonstandard port.
Configuring client aliases for SQL Server
0. Open SQL Server Configuration Manager, and expand the SQL Native Client Configuration node.
1. Right-click Aliases, and then click New Alias.
2. In the Alias Name box, type the alias you wish to use when connecting to the database server.
3. In the Port No field, type the port number that you assigned to your SQL Server instance.
4. In the Server field, type the name of your database server.
5. Click Apply, and then click OK.
Alternatively
Start, Run, clicnfg
Enable TCP/IP protocol

Select properties

Select Alias Tab
Configure client aliases on your WFE servers and application servers using the above steps. You must install SQL Native Client and SQL Server Configuration Manager on each server.
- Thanks, that is quite useful!...
- Hi Guys, Any one know how to push this out to multiple ma...
- Cheers mate. tried a bunch of stuff and this worked a treat ...
- .. ] is another nice source of information on this topic..]...
- I found easier way to do so. Tools-> Options-> Mail F...
- Yeah I was wondering how to sign up for the Windows Live Hot...
- Hello, I already have the image embedded into the html si...
- make sure you do all line breaks with shift + enter and b...
- after creating a sig with the logo you want, you can open MS...
- What if there is not signature folder, I'm doing this remote...



