I get the following error in SSRS , and this has puzzled me now:
An error occurred while the query design method was being saved. An item with the same key has already been added
What does "element" mean though? I even tried to edit the RDL and delete all references to the stored procedure. I need to use the called prc_RPT_Select_BI_Completes_Data_View .
Perhaps this is due to the fact that the stored procedure uses Dynamic SQL (symbol N' )?
In the mornings in the stored procedure I:
SET @SQL + = N 'SELECT bi.SupplierID as'' Vendor ID '', bi.SupplierName as' 'Vendor Name' '
,bi.PID as ''PID'' ,bi.RespondentID as ''Respondent ID'' ,lk_slt.Name as ''Entry Link Type'' ,ts.SurveyNumber as ''Initial Survey ID'''

reporting-services ssrs-2008
Coffee Jan 22 '13 at 19:52 2013-01-22 19:52
source share