Skip to main content

Microsoft SQL

To enable retrieval of your data stored with us, you can connect directly to your database to start querying and utilizing your data.

Retrieve User for Read Access

  1. Log in to our portal with your username and password.

  2. Go to the Data Layer page in the left menu.

  3. Under the Database Connection section, you will find information about your read-only user.

Information about your SQL user in the Portal

info

You must be a company administrator to view and retrieve the user credentials for your database.

Connect to Your Database

You can use this information to connect to your customer database in any way from any system.

Examples of systems for quickly connecting and exploring your data:

Example of connecting to a database via Azure Data Studio

Backup customer database

If needed it is possible to easily create a backup file of the customer database. Easiest way is to use Microsoft SQL Server Management Studio and follow these steps:

  1. Log in into Microsoft SQL Server Management Studio with the credentials found above

  2. Right click your database and select Tasks -> Export Data-tier Application... Step 2

  3. Choose file location under Export settings Step 3

  4. Confirm on next page by choosing Finish Step 4

  5. Done!