Hello,
Is there a fast way to transfer partial data between two Historians?
The detailed situation is as follows:
There are two systems running System Platform, an old one and a new one.
The new system was originally created to connect new hardware and store the data in the associated historian.
Now the hardware, that was connected to the old system, has to be taken over to the new system step by step including the historized data. That means we cannot copy the historical data blocks because the new system already has its own historical data blocks.
Furthermore the tagnames in the old system and in the new system are not the same because different naming conventions were used. That means we have to transfer data from tagnameA in the old system to tagnameB in the new system for example.
Currently we are using a stored procedure that transfers the data over a linked server.
This is the main part of the dynamic SQL we are using:
The problem is, that the transfer is very slow and we have to transfer a quite big amount of data.
Is there any faster way to transfer the data between the two Historians?
We would really appreciate any help. Thank you.
Best regards,
Benjamin