USE
[OperationsManager]
DECLARE @rowcount
int
DECLARE @Err int
DECLARE
@GroomingThresholdUTC datetime
SET
@GroomingThresholdUTC = getutcdate()
EXEC @Err =
dbo.p_DiscoveryDataPurgingByTypedManagedEntity @GroomingThresholdUTC,250, 0
EXEC @Err =
dbo.p_DiscoveryDataPurgingByRelationship @GroomingThresholdUTC,250, 0
EXEC @Err =
dbo.p_DiscoveryDataPurgingByBaseManagedEntity @GroomingThresholdUTC,250, 0
Msg 8144, Level 16, State 2, Procedure p_DiscoveryDataPurgingByTypedManagedEntity, Line 0
回覆刪除Procedure or function p_DiscoveryDataPurgingByTypedManagedEntity has too many arguments specified.