Can i change Sql 2000 Default port 1433

  • i have requirements from my company auditors to run sql server on non default port, he says its breach of security

    i have no idea about the impact of changing default port

    from 1433 to etc.

    either it can effect on my database account

    either it can effect my admin account

    either it can effect my sql jobs etc etc....

    plz help me in this issue

    Regards

    Syed Muhammad Naveed

  • This has no effect on your server or databases. You do need to make sure all clients know that they must use a different port to connect.

    In most Windows clients, you would use servername,port, as in MySQLServer,5555 in the connection string. However this isn't securing the port, it's obfuscating it. A scan of the server will show which port is being used.

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

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