I have a scheduled event that occurs once per day. It executes the following code:<br><br><cfoutput><br><cfloop query=GetStatusData><br><CFSET nWeek = #DateDiff("WW", Start_Date, Now())# + 1><br><CFQUERY DATASOURCE="AFSM_GeneralArchive"><br>INSERT INTO StatusSnapshot_tbl (SnapshotDate, Plant, nweek, status, statusdate)<br>Values '#szDate#', '#Plant#', '#nWeek#', <br>'#Status#', '#Status_Date#') <br></cfquery><br></cfloop><br></cfoutput><br><br>After this event occurs, the AFSM_GeneralArchive table stays locked. (.ldb file exists). Any Ideas??<br><br> Thanks,<br> Dave Joyce<br><br>