Overview
This guide explains how to create a Microsoft SQL Server linked server that connects to the QQube SQL Anywhere 17 database.
The linked server provides access to authorized QQube views under the QQubeFinancials and QQubeUser owners.
Available QQube Views
| Prefix | Purpose |
|---|---|
| vf_ | FACT views. |
| vd_ | DIMENSION views, including QuickBooks lists. |
| vdf_ | Transaction DIMENSION views, including geography, document attributes, and line attributes. |
| vl_ | LOOKUP views used to retrieve lists of values. These are used in the Company Setup data models. |
Configure the SQL Anywhere Provider
1. Confirm the Provider Is Available
In SQL Server Management Studio, expand Server Objects > Linked Servers > Providers.
Confirm that the SQL Anywhere OLE DB Provider appears in the provider list.

2. Register the Provider if It Is Missing
Complete this step only when the SQL Anywhere OLE DB Provider does not appear in the provider list.
- Open a Command Prompt using Run as administrator.
- Navigate to:
Run regsvr32 for both provider files:

3. Enable Allow Inprocess
- Right-click SAOLEDB.17.
- Select Properties.
- Select Allow inprocess.
- Click OK.

Create the Linked Server
1. Open the New Linked Server Window
- In SQL Server Management Studio, expand Server Objects.
- Right-click Linked Servers.
- Select New Linked Server.

2. Complete the General Page
| Setting | Value |
|---|---|
| Linked server | QQUBE |
| Provider | SQL Anywhere OLE DB Provider 17 |
| Product name | SQL Anywhere |
| Data source | QQubeFinancials |
Required Data Source Name
The Data source value must be QQubeFinancials. Do not change this name.

3. Complete the Security Page
Select Security and enter the required QQube linked-server security settings.

Click OK when the configuration is complete.
Verify the Linked Server
Expand the new QQUBE linked server and open the Views folder.
Your account does not have access to the underlying tables or to every database view. Use the authorized views described at the beginning of this guide.

Expected Result
The QQUBE linked server appears in SQL Server Management Studio. Authorized QQubeFinancials and QQubeUser views are available under the linked server's Views folder.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article