Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I load data monthly in a single QVD file and one of the months is incorrect.
Is there a way to delete information from a QVD in order to reload the correct data?
Or will I have to create a new QVD file?
STORE will always write away whatever is in the table in memory at that time. To load from many QVDs and store into one simply load from each QVD in turn and then store the resulting table.
Steve
Thanks for the replies guys.. You've been very helpful.. Basically I loaded from the QVD first time with the where clause for 2013 only.. Then did a concatenate load 3 more times for each other year and stored the results at the end..
Worked perfectly..
Appreciate the assistance!
Tags one or several answers as usefull or correct then
Fabrice