Our clients frequently request update to contract stage in bulk.
E.g.: https://koresoftware.zendesk.com/agent/tickets/20052
Currently we do this via script:
update c
set c.kore_contractstageid = 'xxxx'
from kore_contract c
where c.kore_name in (
)