You are not logged in.
Dear users of this forum,
we are pleased to inform you that we will be updating the software behind this forum in the near future.
Existing posts, users and categories will remain untouched.
Important:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
Liebe Nutzer dieses Forums,
wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.
Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!
Wichtig:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
Pages: 1
I have to create Dynamic list where data source is stored procedure. I tried to execute stored procedure but it is not accepting. Could you please advice if I can use stored procedure or I have to srictly use SQL only. Is there any specific format I need to use. Ised below few syntaxes. Nothing worked
execute dbo.RPT_Stored Procedure '2022-08-01', '2022-08-20'
execute dbo.RPT_Stored Procedure ('2022-08-01', '2022-08-20')
dbo.RPT_Stored Procedure ( '2022-08-01', '2022-08-20')
dbo.RPT_Stored Procedure '2022-08-01', '2022-08-20'
Offline
Hi michigunesh,
for stored procedures information, please take a look here:
https://forum.reportserver.net/viewtopi … d=461#p461
Regards,
Tobias
Offline
Pages: 1