Set Up a SQL Server Connection (Beta)
Set up the SQL Server connection to start the flow of data into Data Cloud.
This feature is a Beta Service. A customer may opt to try a Beta Service in its sole discretion. Any use of the Beta Service is subject to the applicable Beta Services Terms provided at Agreements and Terms. If you have questions or feedback about this Beta Service, contact the Data Cloud Connector team at datacloud-connectors-beta@salesforce.com.
User Permissions Needed | |
---|---|
To create a connection: | System Administrator |
Before you begin:
- Enable the Beta connector through the feature manager. See Enable Data Cloud Features.
- Verify your admin has enabled firewalls on the system you want Data Cloud to connect to by including these IP addresses to your allowlists.
- Ensure your SQLServer is publicly accessible.
-
In Data Cloud, click Setup, and select Data Cloud Setup.
-
Under Configuration, select Connectors.
-
Click New.
-
On the Source tab, select AWS RDS SQL Server or Azure SQL Server and click Next.
-
Enter a connection name, connection API name, and provide the authentication and connection details.
-
For Username, enter the username configured to access your database.
-
For Password, enter the password to authenticate the user.
-
For Connection URL, enter a Connection URL that uses one of the formats listed next.
- For AWS RDS SQL Server, the expected URL format is
{section1}.{section2}.{section3}.rds.amazonaws.com{:port}
- Section 1 is 1–63 lowercase letters (a–z), numbers (0–9), or hyphens (-).
- Section 2 is 1–20 characters, including uppercase (A–Z) or lowercase letters (a–z), numbers (0–9), underscores (_), or hyphens (-).
- Section 3 is 1–100 characters, including uppercase (A–Z) or lowercase letters (a–z), numbers (0–9), underscores (_), or hyphens (-).
- The port is optional. If included, the port is 4–5 numbers (0–9) and prefixed with a colon (:).
- For Azure SQL Server, the expected URL format is
{subdomain}.database.windows.net:{optional port}
- Subdomains are 1–63 lowercase letters (a–z), numbers (0–9), or hyphens (-). Subdomains can’t start or end with a hyphen.
- The port is optional. If included, the port is 4–5 numbers (0–9) and prefixed with a colon (:).
- For AWS RDS SQL Server, the expected URL format is
-
For Schema, enter the database schema that the user’s access is limited to for this connection.
-
For Database, enter the SQL Server database that the user’s credentials are authorized to authenticate to.
-
To review your configuration, click Test Connection.
-
Click Save.
After the connector details are accepted, the connection is created and listed under Connectors. You can now create data streams.