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....
- Great Dude!! This work arround really help me! Thanks a l...
- Hello Alpesh, Thanks for above. I tried the above, more spe...
- This could also be achieved by deactivating the farm feature...
- How do I disable social media components for a particular si...
- We have created My site on sharepoint 2010, and recently som...
- Anything in the event viewer?...
- For Windows 7 the path is: C:\Users\USERNAME\AppData\Roamin...
- Just what I was looking for! Thank You!!!! You just made my ...
- Hi i keep getting 0x80070005 access denied error when tryin...







