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?
Does SQL Server Express 2008 work on local networks?
530 views Asked by Amir Saniyan At
3
There are 3 answers
0
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.
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.