Forum Discussion
Error retrieving data from a data source with stored procedure
- 1 year ago
The problem is using temporary tables for the procedure. This problem is not solved.
The solution is using table variables instead of temporary tables.
Rename your stored procedure to something less fancy, like 'AAADB-N-P'
'AAADB_N_P' is not the name of a procedure.
I guess that #AAADB_N_P is the name of a temporary table for the procedure.
Procedure: [PBI].[sp_Rergher_HI_AZIDV_OPK_Ipaasg]
Procedure is made by a third party
- lbendlin1 year ago
Super User
Try running this with a SP in the default schema.
- JānisB1 year agoFrequent Visitor
Using [dbo].[sp_Rergher_HI_AZIDV_OPK_Ipaasg] the same error.
- v-menakakota1 year ago
Community Support
Hi JānisB ,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.