Advantage SQL Engine
Resets all Advantage Database Server communication statistics to zero.
EXECUTE PROCEDURE sp_mgResetCommStats()
NONE
This procedure resets all Advantage Database Server communication statistics to zero. This Advantage Management Procedure is useful when used in conjunction with sp_mgGetCommStats to determine how often corrupted packets are being discovered.
EXECUTE PROCEDURE sp_mgResetCommStats();
See Also