default port 1433 open

  • Hi,

    For the security purpose, I could checking sql port 1433 open or closed.

    >telnet ipaddress 1433,

    most of the servers port has been opend, if i block these sql server port, i want know whather application running or not. can anyone suggestion me,

    What impact happen on application side?

    thanks in advance

  • are you looking to close port 1433 to prevent external clients from connecting to sql server?

    if so then just disable the TCP/IP server protocol and listen on shared memory only.

    so you are effectively only connecting to the database from the server itself? or are you also using named pipes???

    MVDBA

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply