当需要查看snapshot执行的历史详细信息时,可以在distribution server上,使用以下脚本查看
use [distribution] --get agent id select * from [dbo].[MSsnapshot_agents] --get agent history action message select * from [dbo].[MSsnapshot_history] h with(nolock) where h.agent_id=53 order by h.timestamp desc
该表中的数据,每次开始新的snapshot时都会重置
时间: 2024-12-18 18:54:47