Need assistance in resolving an issue with calling MSSQL 2008 server side user stored_Procedures.
I have currently been writing and executing MSSQL code to call the procedure names of the user stored procedures which i then use with the LabVIEW DB Tools Create Parameterized Query VI.
Is there a native LabVIEW coding which is able to get the list of the user stored procedures from the MSSQL database?
i have attached code segment that i am currnetly using. Once i have the user Stored Procedure names i have already worked out how to call the associated input /output/ parameters with there details
Thanking you in advance for your assistance