Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calling stored procedure

I am trying to call a stored procedure on the database from my qv-script. In the developer everythings works fine, but after deploying on the server (IE client), the procedure is not executed anymore.

Code in script:

sql call procedure_name(par1, par2);

(note: this procedure updates a value in table par1 with value par2)

Any ideas?

Thanks, Nor

1 Reply
danielrozental
Master II
Master II

Is it a SQL Server database? do you use network authentication to connect to the database?