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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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

Labels (1)
1 Reply
danielrozental
Master II
Master II

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