Is it possible to query the result set of a stored proc?
I only have execute permission on a stored proc and when I run the stored proc, it shows millions of rows. I need to query the result set of the stored proc.
What would be the efficient / simplest way?
FYI,I use SQL Server 2012.