

SQL Server Management Studio uses the SQL Server Client OLE DB provider, which requires the ODBC driver to be used inprocess. Note that the credentials you use to connect to the service must specify a user you configured on the Users tab of the SQL Gateway.ĮXEC sp_addlinkedsrvlogin from SQL Server Management Studio srvproduct: Enter the product name of the data source this can be an arbitrary value, such as "CData SQL Gateway" or an empty string.įollow the steps below to create the linked server and configure authentication to the SQL Gateway:Ĭall sp_addlinkedserver to create the linked server:ĮXEC sp_addlinkedserver Excel the sp_addlinkedsrvlogin stored procedure to allow SQL Server users to connect with the credentials of an authorized user of the service.catalog: Enter the system DSN configured for the service.Note that a value of "localhost" in the datasrc input refers to the machine where SQL Server is running, so be careful when creating a linked server in Management Studio when not running on the same machine as SQL Server. provider: Enter "SQLNCLI", for the SQL Server Native Client Provider.ĭatasrc: The host and port the service is running on, separated by a comma.In addition to using the SQL Server Management Studio UI to create a linked server, you can use stored procedures.
#Drivers for group data excel sheets mac password#
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.

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. The ExcelFile, under the Authentication section, must be set to a valid Excel File.

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 Excel data just as you would a linked SQL Server instance. 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. You can use the SQL Gateway to configure a TDS (SQL Server) remoting service and set up a linked server for Excel data.
