Discussion:
Express version access from other machine
(too old to reply)
iccsi
2012-02-23 04:08:27 UTC
Permalink
I installed a SQL Express version on machine A.
I am able to access Express version from SSMS on machine A, but I can
not access the Express SQL server on the machine B using SSMS.

I would like to know any configuration need to be done to let my
machine B to access Express SQL server.

Your information and help is great great appreciated,


iccsi
Erland Sommarskog
2012-02-24 06:03:20 UTC
Permalink
Post by iccsi
I installed a SQL Express version on machine A.
I am able to access Express version from SSMS on machine A, but I can
not access the Express SQL server on the machine B using SSMS.
I would like to know any configuration need to be done to let my
machine B to access Express SQL server.
Your information and help is great great appreciated,
Note that by deault, SQL Server Express does not accept connections from
remote servers, but only connections over shared memory.

You can change this in SQL Server Configuration Manager. The first step
is to enable TCP/IP.

Next is to make sure that the Browser service is running.

And, finally, don't forget that you may have a firewall blocking access!
--
Erland Sommarskog, SQL Server MVP, ***@sommarskog.se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
Loading...