MSdynamicsnapshotjobs (Transact-SQL)
MSdynamicsnapshotjobs 資料表會追蹤產生篩選資料快照集所用的參數化資料列篩選器資訊。這份資料表儲存在發行集和訂閱資料庫中。
資料行名稱 |
資料類型 |
描述 |
---|---|---|
id |
int |
篩選資料快照集作業的識別碼。 |
name |
sysname |
篩選資料快照集作業的名稱。 |
pubid |
uniqueidentifier |
這個發行集的唯一識別碼。 |
job_id |
uniqueidentifier |
散發者的 SQL Server Agent 作業的識別碼。 |
agent_id |
int |
SQL Server Agent 的識別碼。 |
dynamic_filter_login |
sysname |
這個值用來評估參數化資料列篩選器中針對發行集而定義的 SUSER_SNAME 函數。 |
dynamic_filter_hostname |
sysname |
這個值用來評估參數化資料列篩選器中針對發行集而定義的 HOST_NAME 函數。 |
dynamic_snapshot_location |
nvarchar(255) |
如果使用已篩選資料快照集的話,便是要讀取之快照集檔案的資料夾路徑。 |
partition_id |
int |
作業所屬的資料分割識別碼。 |