I have a proc that collect disk space usage from the server. When I execute that proc it works fine. When I insert the results into a table it fails with the error: An INSERT EXEC statement cannot be nested. The command: insert into dba_diskspaces (server,Drive,Free_MB,Total_MB,Free_Per) exec dba_diskspace...