SQL Insert Event Cycle: If your event type is Cyclic, you have to choose a cycle for events. Cyclic events are created continuously with the selected time interval
SQL Connection: Choose proper connection for event, for example “mysql_database_connection”.
SQL Table Name: Write your table name that you want to insert events.
Insert Into Column Names: Write columns that will be effected insertion, you should write columns name in order.
Insert Into Values: This part will should be match with columns that you write above, you can use tag values or any value for column that will be accepted for insertion.
Max Buffer Hour: Write hours for buffer. After selected hour pass, historian events which pass this time will be deleted.
Allow Op Access: To allow op user to see record, tick the box.