Jul 12, 2022
09:41 AM
Thank you for the answer and explanation why. I was able to create the tableau and bring it into Tableau.
... View more
Jul 01, 2022
10:57 AM
Hi,
I need help storing the output of a stored procedure into a view or a table. I'm referring specifically to [dbo].[ReportLocationConsumptions] under Programmability.
The code to execute the stored procedure is the following:
USE [FNMScompliance] GO
DECLARE @return_value int
EXEC @return_value = [dbo].[ReportLocationConsumptions]
SELECT 'Return Value' = @return_value
GO
Thanks!
... View more
Latest posts by sabrinaballen
Subject | Views | Posted |
---|---|---|
70 | Jul 12, 2022 09:41 AM | |
249 | Jul 01, 2022 10:57 AM |
Activity Feed
- Posted Re: Turn Stored Procedure Output into View or Table on FlexNet Manager Forum. Jul 12, 2022 09:41 AM
- Kudoed Re: Turn Stored Procedure Output into View or Table for erwinlindemann. Jul 12, 2022 09:41 AM
- Posted Turn Stored Procedure Output into View or Table on FlexNet Manager Forum. Jul 01, 2022 10:57 AM