I want to display all audit history data as per MS CRM format.
I have imported all records from AuditBase table from CRM to another Database server table.>
It is not possible to reconstruct a complete audit history from the AuditBase tables alone. For the current values you still need the tables that are being audited.
The queries you would need to construct are complex and writing them may be avoided in case the RetrieveRecordChangeHistoryRequest
is a suitable option as well.
(See also How to get audit record details using FetchXML on SO.)
NOTE
This answer was submitted before the original question was extended stating that the
RetrieveRecordChangeHistoryRequest
cannot be used.