You are not logged in.
Pages: 1
hi
we want to stored data from a query(a report) in a table datasink periodically.
the problem is that every run, data is added so it duplicates.
is there a way to get the table refreshed with new data? deleting before inserting or just inserting only new records.
kind regards
Last edited by unsi_2 (2023-06-28 06:28:41)
Offline
Hi unsi_2,
this is currently not possible, but makes sense and should be doable (option on datasink definition to delete all records from table before adding new data). We raised ticket RS-7553 for looking into this.
Regards,
Eduardo
Offline
thanks Eduardo
Offline
Hi unsi_2,
the next ReportServer 4.7.0 will allow to truncate the table in table datasinks before copying the data to the table. This has already been implemented and will be available in 4.7.0.
Regards,
Eduardo
Offline
Hi unsi_2,
pls note that 4.7 is released where this functionality is supported:
https://reportserver.net/releasenotes/RS4.7.0.html
RS-7553 New Feature Allow to truncate table in table datasinks
Regards,
Eduardo
Offline
Pages: 1