sábado, 2 de abril de 2011

Acessar SQL Express Remotamente

Ao tentar conectar em uma instancia do SQL Server Express remotamente, eu estava recebendo a seguinte mensagem de erro: "error: 28 - O servidor não dá suporte ao protocolo solicitado".


Pesquisando na internet, encontrei a solução:



Enabling TCP/IP
First we must tell SQL Server Express to listen on TCP/IP, to do this
perform the following steps:

1. Launch the SQL Server Configuration Manager from the "Microsoft SQL
Server 2005 CTP" Program menu
2. Click on the "Protocols for SQLEXPRESS" node,
3. Right click on "TCP/IP" in the list of Protocols and choose, "Enable"

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


Nenhum comentário: