Technology Encyclopedia Home >How to view the intranet address of the cloud database SQL Server?

How to view the intranet address of the cloud database SQL Server?

To view the intranet address of a cloud database SQL Server, you typically need to access the management console or dashboard provided by your cloud service provider. Here’s a general guide on how to do it:

  1. Log in to the Management Console: Access the cloud platform's management interface using your credentials.

  2. Navigate to Database Services: Locate the section for database services or SQL Server instances within the console.

  3. Select Your SQL Server Instance: Find and click on the specific SQL Server instance for which you want to view the intranet address.

  4. View Connection Details: Look for a section that provides connection details or network settings. The intranet address is usually listed here. It might be labeled as "Private IP Address," "Intranet Address," or something similar.

  5. Copy the Address: Once you locate the intranet address, you can copy it for use in your applications or for configuration purposes.

Example:

  • Suppose you are using a cloud platform that provides SQL Server instances. After logging in, you navigate to the "Database Services" section and select your SQL Server instance named "MySQLServer."
  • In the instance details page, you find a section titled "Connection Information." Here, you see the "Private IP Address" listed as 10.0.0.5.
  • You can then use 10.0.0.5 as the intranet address to connect to your SQL Server instance from within the same network.

Recommendation for Cloud Services:
If you are using Tencent Cloud for your SQL Server database, you can manage and view the intranet address of your SQL Server instance through the Tencent Cloud Console. Specifically, navigate to the Cloud Database (CDB) service, select your SQL Server instance, and view the details under the Instance Details section. The intranet address will be provided there, allowing you to connect to your database securely within the Tencent Cloud network.