IMPAX 6.5.1 Server Knowledge Base home > Maintaining IMPAX Server: Managing studies > Recovering missing studies
The volume recovery tool does not display progress messages while running the utilities. Use the SQL Server process ID to determine the SQL command currently being executed.
To display progress messages for the volume recovery tool
To determine the process that is currently executing SQL commands, use the sp_who command with any SQL Server process ID argument (found via top).
To display the SQL statement currently being executed, after the process ID of the volume recovery tool is found, use the dbcc inputbuffer(spid) command, where spid is the process id.
See also
Archive utilities system commands: Reference
Volume recovery tool: Concepts
Topic number: 9193 Applies to: IMPAX 6.5.1 Server Knowledge Base |