Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jamie
Aged Yak Warrior
542 Posts |
Posted - 2006-10-02 : 12:01:33
|
Hi,is it possible to have multiple Alias for a servername ?eg, the server is called server01 but I need to move a database to this server, but the application that uses the database I wish to move has hardcoded in it the server name servertemp..so can I call server01 also servertemp ?thank you for any info .Jami |
|
eyechart
Master Smack Fu Yak Hacker
3575 Posts |
Posted - 2006-10-02 : 12:42:50
|
yes, you can create an alias using the client configuration tool (type cliconfg from the command prompt). make sure you create the alias on the client machines, not on the SQL Server.-ec |
 |
|
|
|
|