SELECT 'Connections: ',@@connections
SELECT 'CPU Busy ',@@cpu_busy
SELECT 'Cursor Rows ',@@cursor_rows
SELECT 'DBTS ',@@dbts
SELECT 'Error ',@@error
SELECT 'Fetch Status ',@@fetch_status
SELECT 'Identity ',@@identity
SELECT 'Idle ',@@idle
SELECT 'IO Busy ',@@io_busy
SELECT 'Language ID ',@@langid
SELECT 'Language ',@@language
SELECT 'Max Connections ',@@max_connections
SELECT 'Max Precision ',@@max_precision
SELECT 'MS Version ',@@microsoftversion
SELECT 'Nest Level ',@@nestlevel
SELECT 'Options ',@@options
SELECT 'Pack Received ',@@pack_received
SELECT 'Pack Sent ',@@pack_sent
SELECT 'Packet Errors ',@@packet_errors
SELECT 'Procedure ID ',@@procid
SELECT 'Row Count ',@@rowcount
SELECT 'Server Name ',@@servername
SELECT 'Service Name ',@@servicename
SELECT 'SPID ',@@spid
SELECT 'Text Size ',@@textsize
SELECT 'Time Ticks ',@@timeticks
SELECT 'Total Errors ',@@total_errors
SELECT 'Total Read ',@@total_read
SELECT 'Total Write ',@@total_write
SELECT 'Tran Count ',@@trancount
SELECT 'Version ',@@version