CopyStorm 7.34.5, 7.31.5

Release Date: Dec 7, 2015

This is a minor bug fix release.

Increase SQL/Server Update and Insert Speed

A condition was discovered where the SQL/Server optimizer would sometimes choose not to use a primary key clustered index on record updates. This change gives the optimizer sufficient hints to always use the primary key clustered index when appropriate. SQL/Server customers with very large tables will likely notes a significant performance increase.

Make a Failure on Secondary Index Creation a Recoverable Error

In previous versions, secondary index creation was considered a fatal error . In this version the error is recorded and the application continues.