在分發伺服器上檢視資訊

2022-02-02 23:27:50 字數 1357 閱讀 2174

1 發布資訊

2 檢視agent的profile資訊, 每個agent都有相應的系統表可以供檢視:

select *from mssnapshot_agents

select *from msdistribution_agents

select *from mslogreader_agents

上面的查詢會返回正在應用的profileid,將返回的profileid賦值sp_help_agent_parameter.

我們以logreader agent為例

3 檢視是否存在匿名訂閱(allow_anonymous)或立即初始化(immediate_sync)選項

select * from mssubscriptions where subscriber_id < 0

這兩個選項會導致msrepl_transactions和msrepl_commands表的內容在到達max retention之前無法被分發清除作業清除.

在分發伺服器上檢視資訊

1 發布資訊 2 檢視agent的profile資訊,每個agent都有相應的系統表可以供檢視 select from mssnapshot agents select from msdistribution agents select from mslogreader agents 上面的查詢會返...

在分發伺服器上檢視資訊

1 發布資訊 2 檢視agent的profile資訊,每個agent都有相應的系統表可以供檢視 select from mssnapshot agents select from msdistribution agents select from mslogreader agents 上面的查詢會返...

檢視伺服器資訊

檢視伺服器cpu個數 現在 伺服器的cpu多了,好多同志都分不清楚是幾個cpu,幾核 方法有二 看physical id cat proc cpuinfo grep physical 原來都是4核的,說明只是2個cpu physical id 0 physical id 0 physical id ...