Single SQL INSERT statement should be used when inserting new file rows
A single SQL insert statement that inserts multiple rows can be used with the OUTPUT keyword. Keep in mind that an INSERT statement can only insert 1000 rows at once. This should be implemented in the following method: ZoomBim.Wem.Runtime.Applications.MsSqlDataSource.DataWriter.FileData.InsertFileScript()
To test this change, we should test a scenario where multiple files are stored in a persistent list in a single save action.