ISQsolutions policies requires us to close port 1433 of MS SQL Server to inbound connections from outside of our network.
To connect to the MS SQL 2008 Server through SQL Server Management Studio, please follow these steps:
Open SQL Server Management Studio,
Click File and select Connect Object Explorer.

Server type: Database Engine
Server Name: sql2k8-001.isqsolutions.com,3434
Authentication: SQL Server Authentication
Login: Username of the SQL database
Password: The Username's password

You may also type in the name of your database.

*Be aware that this policy only affect inbound connections from outside of our network, your web application can connect to the SQL Server through the standard port (1433).