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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Temp tables

I have always had trouble utilizing temp tables in QV via SQL Server. Now if I add the command

SET NOCOUNT ON in my script my temp tables run. Why is this?

Labels (1)
1 Solution

Accepted Solutions
2 Replies
marcus_sommer

Have a look here: When is a Result Set not a Result Set?

- Marcus

Anonymous
Not applicable
Author

Awesome, thanks for the share.