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