I am trying to run the stored procedure using sql query node and selecting run sql procedure.
When I click on select button, it connects me to the sql server, all I see is user ids defined in that database, I don't see the list of Stored procedures. any suggestions why I can't see the stored procedures...? I don't have access to sql server.
I can run the sql query on this sql server, no issue there.
I can run the stored procedure if I select type sql query,build, other(no SELECT) type procedure name and click execute, it runs the SP on sql server.
Thanks
EXEC configurationVariableWhereJDBCdatabaseConnectionIsSet.[StoredProcedureName] 'InsideSingleQuotesAddVariableIfYouNeedToPassOne'
Sorry, the last posts didn't work with the code block.
ok great....Thanks for the quick replies...:-)
I have tried it sql transaction node - I got success in log file - just waiting confirmation from the DBA.
will let you know....thanks again for your valuable input....
I forgot to mention that you could also use a SysCmd Node if you use BCP to run a stored procedure that does a query and you want the output to go to a file. Below is what we have used. Parameters are with in the single quotes. For some reason I cannot get the code to paste in correctly
<!--S3SQLServerPass-->