What is the use of DB alias?
Let me explain,
applicaiton name is: sales.
DB server name is: server1.abc.com
DB name is : DB1
but instead of using actual DB server name, we are using salesdb.abc.com,1433
i know that this is best practice to use alias name instead of actual DB servername?
What is the advantage?