Forum Discussion

PowerBrowse's avatar
PowerBrowse
Helper I
3 years ago
Solved

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...
  • lbendlin's avatar
    3 years ago

    Make the SP output the table it created.