Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
my data model contains different tables forced concatenated into single table, now I have made a qvd of this table. When I refreshes the data on weekly basis all data need to replace in the qvd with new data which has all fresh or modified records.
I don't want incremental load here as I want to replace all records with new
Any time you store into a QVD (or other file), it overrides the existing one by the same name (if one exists), so you shouldn't need to do anything special here.
Any time you store into a QVD (or other file), it overrides the existing one by the same name (if one exists), so you shouldn't need to do anything special here.