Run the following install script on the target SQL server:
IF NOT EXISTS ( SELECT * FROM master.dbo.sysobjects WHERE NAME = 'xp_ApexSQLRecover' ) EXEC master.dbo.sp_addextendedproc 'xp_ApexSQLRecover' ,'ApexSQLRecoverXprocs.DLL'
Copy following files from the ApexSQL Recover installation folder to the target SQL server machine folder:
C:\ProgramData\ApexSQL\ApexSQLRecover\<Instance_Name>\Binn\ Note: In case you are installing to default server instance (MSSQL), the ‘(local)’ must be used in place of the ‘<instance name> ‘ (e.g. C:\ProgramData\ApexSQL\ApexSQLRecover\(local)\Binn\) The files list:The following files that have just been copied need to be renamed (depending on the system architecture):
ApexSQLRecoverServerHelperx64.exe or ApexSQLRecoverServerHelperx86.exe should be renamed to ApexSQLRecoverServerHelper.exe
This enables ApexSQL Recover to audit target SQL server and concludes the manual installation process.