Make SQL Server Express available from outer network
How to make m开发者_如何学JAVAy local SQL Server Express (which part of Visual Studio) available from outer network?
You need to set it up to allow remote connections (not enabled by default for express editions). See this KB article for details for SQL 2005.
Or this article for SQL 2008 instructions
精彩评论