
In addition to using the SQL Server Management Studio UI to create a linked server, you can use stored procedures. In the Security section, select the option to have the connection "made using this security context" and enter the username and password of a user you created in the Users tab of the SQL Gateway.
.png)
The New Linked Server dialog is displayed.

In the Server Objects node, right-click Linked Servers and click New Linked Server. In the Object Explorer, expand the node for the SQL Server database.Open SQL Server Management Studio and connect to an instance of SQL Server.You can use the UI in SQL Server Management Studio or call stored procedures.įollow the steps below to create a linked server from the Object Explorer. Create a Linked Server for Microsoft OneDrive DataĪfter you have configured and started the daemon, create the linked server and connect. The TDS remoting service is a daemon process that listens for TDS requests from clients. See the SQL Gateway Overview for a guide to configure a TDS remoting service in the SQL Gateway UI. See the OAuth section of the Help documentation for an authentication guide. To authenticate using OAuth, you will need to create an app to obtain the OAuthClientId, OAuthClientSecret, and CallbackURL connection properties. OneDrive uses the OAuth authentication standard. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs. This is the last step of the driver installation. If you have not already, first specify connection properties in an ODBC DSN (data source name). You can then work with Microsoft OneDrive data just as you would a linked SQL Server instance.Ĭonnect to Microsoft OneDrive as an ODBC Data Source

After you have started the service, you can use the UI in SQL Server Management Studio or call stored procedures to create the linked server. Import import import import import can use the SQL Gateway to configure a TDS (SQL Server) remoting service and set up a linked server for Microsoft OneDrive data.
