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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-10-13 : 08:01:00
|
| Max writes "I have an app that connets to a SQL Server. The server was decommissioned and the database was moved to different server. A network DNS alias was created to have the old server name point to the new server. The app fails to find the new server SQL Server. I used the client network utility to create an alias and that worked fine but any changes to client needs to be avoided. Any thoughts?" |
|
|
eyechart
Master Smack Fu Yak Hacker
3575 Posts |
Posted - 2005-10-13 : 12:35:25
|
you might have to flush the local dns cache in your clientsfrom your client, issue the following command:ipconfig /flushdns -ec |
 |
|
|
|
|
|