Database Compare Suite™
- Overview
- Product features
- Getting started
- Connecting to server
- Connecting to an Amazon DynamoDB database
- Connecting to an Amazon Redshift database
- Connecting to an Apache Cassandra database
- Connecting to an Azure SQL Database
- Connecting to an Azure Synapse Analytics data warehouse
- Connecting to a BigQuery data warehouse
- Connecting to a Greenplum database
- Connecting to an IBM DB2 database
- Connecting to an IBM Netezza database
- Connecting to a MariaDB database
- Connecting to a Microsoft Access database
- Connecting to a Microsoft SQL Server database
- Connecting to a MySQL database
- Connecting to an Oracle database
- Connecting to a PostgreSQL database
- Connecting to a Snowflake database
- Connecting to a Sybase ASE database
- Connecting to a Sybase IQ database
- Connecting to a Teradata database
- Connecting to a Vertica database
- Installing the required database drivers
- Creating a new project
- Opening an existing project
- Key activation
- User interface elements
- Connecting to server
- Operations in details
- Schema comparison
- Schema synchronization
- Schema operations options
- Data comparison
- Detailed data comparison
- Fast data comparison
- Data synchronization
- Data migration
- Settings comparison
- Virtual views
- Sorting key selection
- Selecting operation scope
- Matching
- Matching rules
- Fast data comparison options
- Data operations options
- Command-line interface
- Settings
- Requirements
- Known issues
- Support
Connecting to a Snowflake database
Use the following procedure to connect to your Snowflake database.
-
Click the New icon in the Project panel at the top left corner of the window.
-
Select Snowflake in the Platform drop-down list at the top of the dialog box.
-
Select the Standard option in the Mode drop-down list if you would like to connect to your Snowflake database in the standard mode.
- Specify the Account name in the drop-down list. You can enter it manually or select it from the drop-down list (if it has been already used).
- Specify the Host URL in the appropriate field. You can use a global URL here or leave this field empty.
- Provide the rest of connection information to the Snowflake database: the Warehouse name and the Database name. You can enter these values manually or select them from drop-down lists.
- Enter the Username and Password to complete the information about the Snowflake connection.
- Press the Test button
to verify that you can successfully connect to your Snowflake data warehouse.
-
Select the ConnectionString option in the Mode drop-down list if you would like to connect to the Snowflake database, using the connection string.
- Enter the Connection string manually or select from the drop-down list (if it has been already used).
-
Find the connection string template below. Use it as an example to create a connection string that allows to connect to your Snowflake database:
account=sf_account;db=SNOWFLAKE_DB;warehouse=SNOWFLAKE_WH;user=sf_user;password=pass
-
Use the following connection string template to create a connection string that allows to connect to your Snowflake database with the host name specified:
account=sf_account;host=sf_account.snowflakecomputing.com;db=SNOWFLAKE_DB;warehouse=SNOWFLAKE_WH;user=sf_user;password=pass
- Press the Test button
to verify that you can successfully connect to your Snowflake database.
Didn’t find the answer?
You can report problems, ask questions or share ideas for improvements on our email product-support@dbbest.com.