0

We just installed Windows Server 2008, along with SQL Server 2008. After everything was running fine, we setup Active Directory on this server and made it a Domain Controller. Now we can't connect to SQL Server remotely. We can connect locally, just not remotely.

Any ideas? None of my "allow remote connections" settings changed. I cannot figure this out. Any help is greatly appreciated!

1
  • SQL-Server and DC on the same machine is a nogo to account microsofts commendations. Commented Mar 6, 2011 at 13:33

2 Answers 2

2

Check the Windows Firewall. I believe that the default Domain Controller Policy has a bunch of firewall rules set.

2
  • in that case its probably better to look at changing the group policy object Commented Aug 1, 2009 at 5:03
  • Any idea, specifically, which ports the default Domain Controller Policy requires? Commented Aug 3, 2009 at 12:25
6

You performed your installation in the wrong order. You should promote the server to be a DC before installing SQL.

From MDSN:

After SQL Server is installed on a computer, you cannot change the computer from a domain member to a domain controller. You must uninstall SQL Server before you change the host computer to a domain controller.

1
  • To further elaborate on this, best practice is to have only the Active Directory roles installed on a server intended to be a DC. In other words, do not install anything other than Active Directory on your DCs. This is not always possible. The reason for installing AD first, is that it changes permissions of files and the registry, messing up the installations of many other programs. Installing AD first ensures these other programs will create their necessary permissions correctly. Commented Jul 31, 2009 at 21:56

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.