收藏订阅
Fixes: - Server-side components installation fails on Windows Vista/7 with UAC turned ON - Server-side components installation fails if the application extended stored procedure DLL (ApexSqlRecover2008Xprocs.dll) is locked by SQL Server - In rare instances, SQL Server service stops when installation of server-side components fails because UAC is ON for Windows Vista/7 and/or the application extended stored procedure DLL (ApexSqlRecover2008Xprocs.dll) is locked by SQL Server - In rare instances, data isn't recovered from deleted columns that have a BLOB data type - Transaction log reading is unnecessarily extended beyond limits specified in time range filter causing unnecessary slowdowns during recovery - When installing server-side components in Windows XP and when the SQL Server service is running under a Network Service account, a login dialog is sometimes unnecessarily displayed - Redundant logging can cause unnecessary slowdowns during recovery and uncontrollable growth of application log files Changes: - The following new messages can now be shown during installation and execution of server-side components: Insufficient permissions to execute server-side components. Please make sure SQL login used has EXECUTE permission on ApexSQL Recover extended procedures (ApexSQLRecover2008XProcs.dll). Insufficient permissions to install server-side components. Please make sure you're a member of the sysadmin server role. Insufficient credentials to install server-side components. Please check user name, password and/or domain name