Microsoft SQL Server
When inside a workspace, click View > Databases, then click the + icon and follow the on-screen instructions.

Create a Microsoft SQL Server connection
If you want to experiment with SQL Server without setting up a connection, you can use our sample database with Bicycle Sales data (source).
You can now query the SQL Server database with a SQL cell. Select it in the Select source dropdown in the top left corner of a SQL cell, or select the sample SQL Server database.

Example of a SQL cell using the
MSSQL Demo
database connection. The query result is available as df
.Last modified 2mo ago