We have two maintenance tasks which occasionally conflict resulting in a deadlock. One runs a History Cleanup Task and the other runs our Transaction Log backups.
When a deadlock occurs, the Transaction Log backup task is chosen as the deadlock victim. I would like to set the Deadlock Priority so that the history cleanup task is always chosen as the victim. However I cannot see where to do this either in the Maintenance Plan properties or in the SQL Agent job properties.
Is it possible to do this?