Store procedure returning multiple DT

I have SP returning multiple DT. I want to get the solution count.

When SP called using execute Query activity only the first DT is returned in output result. How to store the required DT in the result without modifying the SP as I don’t have permission?

I don’t know about specific UiPath db activities but in dotnet you can handle it. See link.