Skip to content

Instantly share code, notes, and snippets.

@rponte
Created September 22, 2011 01:43
Show Gist options
  • Save rponte/1233834 to your computer and use it in GitHub Desktop.
Save rponte/1233834 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