Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Check if Full Resultset returned by Exec SQL task has some rows

$
0
0

Hi,

I have an Execute SQL task with the below stored procedure. It returns a resultset to an object variable. How do I know if the resultset has returned something or not?

StoredProc

EXEC dbo.storedproc1

Resultset

col1col2

str1str2

str2str3


cherriesh


Viewing all articles
Browse latest Browse all 24688

Trending Articles