Forum Discussion
PowerBrowse
3 years agoHelper I
Execute Stored Procedure
I have a stored procedure in Sql Server which populates a table when it runs. I want to create a BI report which Executes said SP and then reads and displays the data from the table that was just pop...
- 3 years ago
Make the SP output the table it created.
lbendlin
3 years agoSuper User
Make the SP output the table it created.