Data insertion template

This is a portion of the template for the table insertion SQL that is used to insert data.

INSERT INTO <TABLENAME> (
    MID                 , 
    SOURCEMID           , 
    TYPE                , 
    PRIORITY            ,
    VERSION             , 
    SITE                , 
    HOSTNAME            , 
    HOSTID              ,
    PROCESS             , 
    THREADNAME          ,
    SRCTHREAD           , 
    DESTTHREAD          , 
     . . . . .        

This template is stored as insert_template.sql in the archiving folder.