@Dong Lam trien Hi,
Thank you for posting in Q&A!
So far as I know, when you want to connect to SQL server from another computer, you must open a communication port in the firewall. The default instance of the Database Engine listens on port 1433.
May I ask what's the specific configuration of "opening the same port like temview software"? Is it achieve the same result as opening the port in the windows firewall inbund rules? The following link is about connecting SQL server from other computers.
lesson-2-connecting-from-another-computer
However, Opening ports in your firewall can leave your server exposed to malicious attacks. It is suggested that you can access SQL server via LAN or a VPN connection, but not over the internet because it's a much greater security risk. If you want applications to access a SQL database over the internet then it is generally done via a web service.
Hope you have a nice day!
Gloria
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.