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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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?

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.