Does SQL Server Express 2008 work on local networks?

542 views Asked by At

I want to connect multiple clients at the same time to a specific database (eg. mydb.mdf) on SQL Server Express 2008 in a local network (LAN). Is it possible or I have to install SQL Server 2008?

3

There are 3 answers

2
Mithrandir On BEST ANSWER

You can have SQL Server 2008 Express have clients conect over the network. Just enable the tcp/ip and/or named pipes protocol (if not enabled) for the service and restart the service.

0
Shankar Narayana Damodaran On

Yes its possible.

Download SQL Server 2008 R2 if you face permission issues.

0
Callie J On

There's no problems access Express over the network; you might just need to enable it. Beyond that, you can check it's limitations on Microsft's SQL Server website.