Fixed an issue involving descending order indexes. If a descending order index was present, ArchiveManager would throw a fatal error, such as: Can not find unique field or relation 'creation_time(-)' This was due to the "(-)" characters at the end of the column name when ArchiveManager was retrieving the indexes (and the columns defined in that index) using sp_helpindex. This only applies to Microsoft SQL Server databases. This issue has been resolved.