Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
rsdhavle
Creator III
Creator III

'Set NoCount ON' in Stored Procedure

HI All,

I was struggling to get data from SQL Stored Procedure and tried many ways. SP was executing successfully but was not returning any data.

Then we added 'SET NoCount ON' in our SQL SP and it worked successfully.

Just sharing one work around if someone is facing similar issue.

1 Reply
pragna666
Contributor
Contributor

Can u please send a query you have written?

I have been struggling since last week.