Forum Discussion
JānisB
1 year agoFrequent Visitor
Error retrieving data from a data source with stored procedure
Hi, Pipeline > Copy data activity > Source SQL Server > Use query = Stored procedure (on-premises connection) Procedure: [PBI].[sp_Rergher_HI_AZIDV_OPK_Ipaasg] (if it matters) Procedure is made b...
- 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.
lbendlin
Super User
1 year agoRename your stored procedure to something less fancy, like 'AAADB-N-P'
- JānisB1 year agoFrequent Visitor
'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