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 |
chih
Posting Yak Master
154 Posts |
Posted - 2007-04-03 : 23:06:31
|
Hi everyone,I want to install 2 sql server in development machine. one is default server and another one is instance.e.g. default server: devanother instance: dev\servernow the network name of default server is 'server'. I want to change its network name and server name. How can I do this?cheers |
|
mcrowley
Aged Yak Warrior
771 Posts |
Posted - 2007-04-04 : 10:41:25
|
You can use a DNS alias, or make an alias per client using cliconfg.exe. |
 |
|
|
|
|