Running the following:insert into Stored_Perf_Data (Parameter_ID, Portfolio_ID, Security_ID, Seg_Intersect_ID, End_Date, Item_Data, Source, Is_Partial)select Parameter_ID, Portfolio_ID, Security_ID, Seg_Intersect_ID, End_Date, Item_Data, Source, Is_Partialfrom [MI-MKE-IMCSQLDV].Perform.dbo.Stored_Perf_Data
Problem I'm running into is its killing the log file filesystem. The log file starts off @ 2GB in size and its dying when its hits 20GB since the FS is 20GB in size. The database is in simple mode, there are no indexes on the table, and there is no data in the destination table prior to kicking off copy. Trying to understand what I need to do in order to complete the insert without increasing size of log FS and how to prevent the database log from going crazy with an insert of 40 million records.