• Ian Scarlett (11/25/2009)


    Is it the distribution database itself, or the transaction log that is growing?

    If it's the transaction log, check the recovery model. If it's anything other than simple, you need to make sure you're running transaction log backups.

    It is the database itself that is growing. Not transaction log.

    Recovery model is simple.