global class SSOpportunitySchedule implements Schedulable { global void execute(SchedulableContext SC) { Id execBTId = Database.executeBatch(new SSOpportunityBatch(null), 100); } }