Hi Forum,
i have the scripted activity which moves the date from Notes dbs to SQL table. Each insert is marked in the log so the log is growing extremely:
count = connect.Insert(FldList) is equal to Trace Statement: <INSERT INTO myDb.[My1].[My2] ([SETID], [COUNTRY], [MY_LPN], [GPN], [GUI], [BALANCE_START_DT], [STATUS], [UNIT], [DocID], [EMPLID], [FIRST_NAME], [MIDDLE_NAME], [LAST_NAME], [LN_FULL_NAME], [HIRE_DT], [PER_ORG], [EMPL_RCD], [EMPL_STATUS], [EMPL_STATUS_VAL], [FTE], [EMPL_TYPE], [EMPL_TYPE_VAL], [EMPL_CTG], [EMPL_CTG_VAL], [PAYGROUP], [PAYGROUP_VAL], [LOCATION], [LOCATION_DESCR], [CITY], [ADDRESS1], [CONTRACT_TYPE], [CONTRACT_TYPE_DESCR], [EY_RANK], [EY_RANK_DESCR], [EY_GRADE], [COMPANY_CODE], [COMPANY_NAME], [ENTITY], [MC], [BU], [OU], [MU], [SMU], [SMU_DESCR], [SL], [SL_DESCR]) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)>, Connector 'oledb', Method -Insert-
Is it possible to disable this log ? But of course keep information about numbers of records and other information .
Thanks in advance!
Marcin