Are things slow for you today - Check your DNS
Posted
by simonsabin
on SQL Blogcasts
See other posts from SQL Blogcasts
or by simonsabin
Published on Tue, 11 Jan 2011 14:30:25 GMT
Indexed on
2011/01/11
14:56 UTC
Read the original article
Hit count: 223
Filed under:
Domain name resolution is a very common cause of delays when doing anything over the network whether its accessing a web page or connecting to SQL Server. Everything uses DNS. TCP/IP works with IP addresses and not friendly names. When using names you have to have a way of resolving names to IP addresses and thats what DNS does. If your DNS is wrong then you'll get delays and also potentially odd results. For instance if you have multiple DNS servers configured you may find that occasionally...(read more)
© SQL Blogcasts or respective owner