Discover how a bimodal integration strategy can address the major data management challenges facing your organization today.
Get the Report →Connect to SQL Server Data in DBArtisan
Use wizards in DBArtisan to configure SQL Server data as a data source.
The CData ODBC Driver for SQL Server seamlessly integrates SQL Server data into database management tools like DBArtisan by enabling you to access SQL Server data as a database. This article shows how to create an data source for SQL Server in DBArtisan and execute queries. You can then edit data visually and execute standard SQL.
Integrate SQL Server Data into DBArtisan Projects
If you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs.
Connecting to Microsoft SQL Server
Connect to Microsoft SQL Server using the following properties:
- Server: The name of the server running SQL Server.
- User: The username provided for authentication with SQL Server.
- Password: The password associated with the authenticating user.
- Database: The name of the SQL Server database.
Connecting to Azure SQL Server and Azure Data Warehouse
You can authenticate to Azure SQL Server or Azure Data Warehouse by setting the following connection properties:
- Server: The server running Azure. You can find this by logging into the Azure portal and navigating to "SQL databases" (or "SQL data warehouses") -> "Select your database" -> "Overview" -> "Server name."
- User: The name of the user authenticating to Azure.
- Password: The password associated with the authenticating user.
- Database: The name of the database, as seen in the Azure portal on the SQL databases (or SQL warehouses) page.
You can then follow the steps below to register SQL Server data as a database instance in your project:
- In DBArtisan, click Data Source -> Register Datasource.
- Select Generic ODBC.
- Enter a name for the data source and select the DSN.
- Finish the wizard to connect to SQL Server data. SQL Server entities are displayed in the Datasource Explorer.
You can now work with SQL Server data as you work with any other database. See the driver help documentation for more information on the queries supported by the SQL Server API.