šŸ—£ļøšŸ“Š SwiftQuery AI now lets you ask questions with natural language, or easily drag + drop ā†’

Microsoft SQL Server and Azure SQL Support

Zing Data now supports Microsoft SQL Server and Azure SQL as data sources. This was a frequent user request and we’re excited to bring this to all the teams (Microsoft pun intended) that use SQL Server.

Microsoft SQL Server is broadly used (#3 most popular according to Statistica), particularly amongst companies that are on the Microsoft stack.

Zing Data supports instances running on Microsoft Azure, Amazon Web Services, Google Cloud, and self-hosted versions on Windows or Linux operating systems.

Your SQL Server data can be queried and visualized using Zing in three ways:

  • Visual Question Builder
  • Natural Language Querying in English (including dictation on mobile!)
  • Custom SQL (complete with an aggregation and field name typeahead)

Zing automatically adjusts visual queries and natural language queries to use SQL Server’s version of SQL – which has different syntax for LIMIT, DATE, and other functions.

And if you have a SQL Server data source and other database types set up in Zing, we’ll automatically use the appropriate functions for the data source type you’ve configured; if you run a query against Postgres it’ll work just as well as if you run it against a SQL Server database and the translation happens automatically.

If you’re using the custom SQL editor, you’ll want to use the syntax appropriate for the data source you’re querying. So if you’re querying a Postgres database and want 100 rows, you’d type:

SELECT * 
FROM MY_POSTGRES_TABLE
LIMIT 100

but for MS SQL Server you’d want:

SELECT *
FROM MY_MSSQL_TABLE
OFFSET 0 ROWS FETCH NEXT 100 ROWS ONLY

In fact, if you tap ‘custom SQL’ in the question builder you’ll see Zing helpfully populates this for you, based on the data source type you are querying.

To set up a Microsoft SQL Data source in Zing:

You can connect Zing to your MS SQL database from the Zing web console.

Youā€™ll need:

  • Hostname, which is the URL or IP address of your database
  • Database Name, which is the name on your hostname IP / URL, your database is referenced by
  • Username, which is your username. Best practice is to create a read only user
  • Password, which is your password. Once you enter this, Zing will automatically encrypt this.

Add a MS SQL database from the web:

  1. Go to your Zing Data Web Console and ensure you are logged in

  2. Tap the ā€˜Data Sourcesā€™ tab

  3. Enter your MS SQL credentials, as outlined above.

  4. Tap ā€˜Check Connectionā€™

  5. Zing will verify that it can connect to your data source and if successful, add it as a source. If Zing cannot connect to your data source, you’ll see a message asking your to check your credentials and retry.

  6. Choose the tables you want to include and tap ā€˜Saveā€™.

  7. The data source you just added will be available to everybody in your organization on Zing’s iOS, Android, and web apps.

Related articles

Download Zing For Free

Available on iOS, Android, and the web

Learn how Zing can help you and your organization collaborate with data

Schedule Demo