I'm trying to set up an hourly job that would fetch records using MQ Series. I was wondering if there is an advantage to schedule this job through a Stored Procedure in SQL Server over a Scheduled Task through NT Services or are there better ways to schedule these kind of jobs? Thanks.