To access a MSSQL database via public IP, you need to follow these steps:
- Make sure your MSSQL server is properly configured to allow remote connections.
- Make sure that the firewall is configured to allow incoming connections to the MSSQL port (1433 by default).
- Obtain the public IP address of the server hosting the MSSQL database.
- Use a MSSQL client, such as SQL Server Management Studio, to connect to the database using the public IP address and the appropriate credentials.
If your MSSQL database is hosted on a cloud service like Buzinessware, make sure to set up the appropriate firewall security rules to allow access from your client.