The following modifies the ISO business calendar by designating SUNDAY and MONDAY as working days:
EXEC DBC.CreateBusinessCalendarPattern
('ISO', 'SUNDAY','ON', 'Work Day');
EXEC DBC.CreateBusinessCalendarPattern
('ISO', 'MONDAY', 'ON', 'Work Day');