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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jsobrinho
Creator
Creator

exec store procedure form sql server Qlikview

Hi guys,

I am trying to exec the procedure by OLEDB connection in Qlikview. Its possible connect but doesn't return value of my store procedure, its missing something, any configuration?

temp:
LOAD *
SQL EXECUTE SP_Teste 'Param'

Labels (1)
1 Solution

Accepted Solutions
jsobrinho
Creator
Creator
Author

HI thank you so much, but my problem was access. 

Thank you

View solution in original post

2 Replies
rubenmarin

Hi, I think you need a semicolon to end load sentence, wich loads values of the next sentence

LOAD *;
SQL EXECUTE SP_Teste 'Param';

jsobrinho
Creator
Creator
Author

HI thank you so much, but my problem was access. 

Thank you