Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Can u please send a query you have written?
I have been struggling since last week.