Link to home
Start Free TrialLog in
Avatar of kenabbott
kenabbottFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Connecting to SQL Server Express

Hi

I have just installed SQL Server Express 2005 onto an XP pro machine.  I have created a database and tables etc via Studio Express.  

I am now trying to create a data source so I can connect from MS Access.  However when I click on the 'Which SQL Server do you want to connect to' dropdown, it is blank.  

What is likely to be causing this?
Avatar of jtdebeer
jtdebeer

Ensure you have enabled TCP IP and disable firewall on required port.

Use SQL Server Configuration manager under Network Configuration and then Protocols, enable the TCP/IP protocol, set the port you want to use and ensure the firewall on the xp box is not blocking the port (Normally Port1444)

Tip: Enable the Firewall totally and retry the connection as a first step.
Avatar of kenabbott

ASKER

Thanks for this but no luck.  I've enabled TCP IP but still same problem
ASKER CERTIFIED SOLUTION
Avatar of Faizan Sarwar
Faizan Sarwar
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Could be the SQL Browser service.  But in general don't use the drop down.  Just type the name\instance in the box.