I have to reconcillate the data from QVD and SQL server wi th respect to date fields for the last Two years, but I dont have a idea about it,can you help me please,How to do this task??
Does this means that you are comparing SQL server data with QVD and doing further processing?
Few inputs based on initial assessment:
1. If SQL Server table and QVD data has same structure then you can load the QVD and then append the SQL Server table data with it (Insert - Update Only).
2. If two tables have structural asymmetry and join is the preferable solution then go ahead and apply the join.
3. Scenario and Sample will be of help to provide you expected solution.