MS SQL Stores Procedures
Posted: Thu Dec 11, 2014 8:38 am
Hello forum,
does any one know how to call a stored proc in LC to have it return data from MS SQL Server 2008?, i am currently working on a business software and have a BI (business intelligence analyst) build me a stored procedure that i can use in MS Excel (ODBC) by passing in parameters to the stored proc and it returns data in MS Excel. When i try the same stored proc using LC database library nothing gets returned from the DB server (MS SQL 2008 R2), so wondering if anyone knows a way to make this work?.
The stored proc by the way saves on tons of lines of actual SQL typed out codes (by just allowing me to pass in parameters and retrieves results from the database).
Thanks in advance for any leads
Stephen
does any one know how to call a stored proc in LC to have it return data from MS SQL Server 2008?, i am currently working on a business software and have a BI (business intelligence analyst) build me a stored procedure that i can use in MS Excel (ODBC) by passing in parameters to the stored proc and it returns data in MS Excel. When i try the same stored proc using LC database library nothing gets returned from the DB server (MS SQL 2008 R2), so wondering if anyone knows a way to make this work?.
The stored proc by the way saves on tons of lines of actual SQL typed out codes (by just allowing me to pass in parameters and retrieves results from the database).
Thanks in advance for any leads

Stephen