Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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?