Wednesday, November 26, 2008

How To Configure SQL Express To Allow Remote Connections

It seems by default you cannot have remote connections to your sql express server.
This article explains how to enable it:

http://blogs.msdn.com/sqlexpress/archive/2005/05/05/415084.aspx

If you have any tips, tricks, resources. Please email them to susan@clinchportal.com and we will post them.

1 comment:

  1. This is actually the default for all instances of SQl server. By default it will not allow any remote connections. You need to enable each type of protocol manually

    ReplyDelete