Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

setting up dsn for a sql server express database

How do i set up a system dsn for a 64 bit sql server express 2008 R2 that is installed on the local machine?

I go to add a system dsn and select sql server native client 10 and follow the wizard. However on the dropdown that asks which sql server to connect, i dont see any option for the local machine. Is there something that i need to enable??

Thanks.

like image 576
cableload Avatar asked Apr 10 '12 15:04

cableload


2 Answers

Ignore the drop down and try typing in (local)\SQLEXPRESS and see if that works?

like image 74
Chris Diver Avatar answered Nov 01 '22 19:11

Chris Diver


you can connect informing the IP, localhost or the machine name. If you use the name, SQL Server browser must be running

like image 32
Diego Avatar answered Nov 01 '22 19:11

Diego