DNS and SQL

  • Thread starter Thread starter Julio Culiat
  • Start date Start date
J

Julio Culiat

At the moment, I have only one domain controller in our little company, in
it resides Active Directory and SQL Server. My DNS settings, as I have
found it on this server, point towards the ISP - which I know is an
incorrect practice? I am about to point the DNS settings towards itself but
am just double checking - will this have any implications on the SQL server?
This may be a stupid question but I just want to make sure. Thanks much
 
Not a stupid question at all. You should only point to yourself for DNS.
That's pretty much the cardinal rule with AD and DNS. This will not affect
SQL, but rather may help it.

If you want efficient INternet resolution, suggest to use a Forwarder. If
the option is grayed out, delete the Root zone (looks like a period). This
will show you both steps:
http://support.microsoft.com/?id=300202.


--
Regards,
Ace

Please direct all replies to the newsgroup so all can benefit.
This posting is provided "AS IS" with no warranties.

Ace Fekay, MCSE 2000, MCSE+I, MCSA, MCT, MVP
Microsoft Windows MVP - Active Directory
 
Ace is right on the money as usual. This DC should only point to itself. Again, check the forward lookup zones for the "." root zone. If it's there, you will need to
remove it.

Thank you,
Mike Johnston
Microsoft Network Support
--

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
 
One other thing, once you make the change, stop the netlogon service, then at a command prompt type "ipconfig /flushdns" followed by "ipconfig
/registerdns" and then start the Netlogon service again.

Thank you,
Mike Johnston
Microsoft Network Support
--

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
 
In
Michael Johnston said:
One other thing, once you make the change, stop the netlogon
service, then at a command prompt type "ipconfig /flushdns" followed
by "ipconfig /registerdns" and then start the Netlogon service again.

Good point!

Ace
 
You're welcome!
:-)

--
Regards,
Ace

Please direct all replies to the newsgroup so all can benefit.
This posting is provided "AS IS" with no warranties.

Ace Fekay, MCSE 2000, MCSE+I, MCSA, MCT, MVP
Microsoft Windows MVP - Active Directory
 
Back
Top