Skip to content

Instantly share code, notes, and snippets.

@rodrigo-galba
Forked from rponte/gist:1233834
Created September 22, 2011 12:09
Show Gist options
  • Save rodrigo-galba/1234633 to your computer and use it in GitHub Desktop.
Save rodrigo-galba/1234633 to your computer and use it in GitHub Desktop.
Problema com configuração da porta no MSSQLServer 2005
tivemos problema com a porta 1433 no SQLServer 2000, a solução foi
atualizar o SQL para o ServicePack4.
No SQL Server 2005 a solução é mais simples, liberar a porta nas
configurações. Anexo com imagem explicando os passos.
Lembrando que o PortQuery verifica se a porta esta liberada: portqry -n
10.1.2.189 -e 1433 -p tcp
http://twitpic.com/6oigmb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment