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.
Enjoyed this article?
Subscribe to our Free Newsletter and never miss a byte!
- I WANT OPEN WIDOWS LIVE HOTMAIL PLUS PLEASE HELP ME ....
- Unable to uninstall WINDOWS LIVE on my Mac Powerbook. The "...
- You are welcome....
- I could not agree any less. Today I have used Bing for most ...
- I've been using Bing for 2 weeks now and must admit I've lov...
- Brilliant!!! Thanks for the help to create HTML file as sogn...
- Text on a gradient? Where's my code view? Brown?!? I guess I...
- I could not get it to work. I am on a SMB 2003 r2 in portugu...
- Thanks Sebastin for detailed update...
- In Vista, the files are located in 2 locations c:\users\u...




