MSqreader_agents (Transact-SQL)
SQL Server 2005
The MSqreader_agents table contains one row for each Queue Reader Agent running at the local Distributor. This table is stored in the distribution database.
| Column name | Data type | Description |
|---|---|---|
|
id |
int |
The ID of the Queue Reader Agent. |
|
name |
nvarchar(100) |
The name of the Queue Reader Agent. |
|
job_id |
binary(16) |
The unique job ID number from sysjobs table. |
|
profile_id |
int |
The profile ID from the MSagent_profiles table. |
|
job_step_uid |
uniqueidentifier |
The unique ID of the SQL Server Agent job step in which the agent is started. |
Reference
Mapping SQL Server 2000 System Tables to SQL Server 2005 System ViewsOther Resources
Integration Services TablesBackup and Restore Tables
Log Shipping Tables