Home Forums SQL Server 2008 SQL Server 2008 Administration Strange Maintenance Plan SubPlans behaviour: each SP runs all the tasks of all other SP at odd times RE: Strange Maintenance Plan SubPlans behaviour: each SP runs all the tasks of all other SP at odd times

  • After a lot of tries I found the reason for this behaviour.

    I had set the property Disable of each SP to "False" instead of the default "True" and this causes the execution of all the SPs when just one is invoked.