SQL Stored Procedures. I have created a linked server in SQL 2014 to Sage 100. This uses the 64 bit driver. I can connect to and view the Sage tables. I can run a stored procedure to import Sage 100 data into SQL tables and can create views and pivots of this data BUT, I can only exec the stored procedure that references this ODBC connection ON the SQL server itself. I can exec any stored procedure that only references SQL tables and views. My thought was to create the same ODBC connection on the workstation but I need to use the 32 bit driver there. Is there any hope?