Using the Global Channel Info dialog box
The Global Channel Info dialog box contains information about the current global channel process within Microsoft SQL Server, the operating system process id of the osql command used by this global channel, and the PATROL specific information about the global channel. This menu command uses the get_chan_info() function, and it returns PATROL specific channel information in a string with the following format:
name status details type scope read_pid read_name write_pid write_name
The following table provides descriptions and examples for the items in this string:
Item | Description |
---|---|
Name | Name of the channel |
Status | PIPE |
Details | The process id of the external operating system process to which the channel is attached or -1 if the process has terminated |
Type | PIPE |
Scope | SHARED |
read_pid | One of the following values:
|
read_name | One of the following values:
|
write_pid | One of the following values:
|
write_name | One of the following values:
|