• create table XPCmdShellOutput (OutputLine varchar(1000), ID INT IDENTITY(1,1))

    Please add an identity column, so you can have output lines in the correct order