Task Scheduling

  • Can any one tell me how to schedule the tasks in SQL Express both through wizard and usign T-SQL statements

    [font="Arial"]Nothing is impossible with Hard Work[/font]:)

  • SQL 2005 Express edition does not provide built-in functions in SQL Agent to manage jobs as far as I know. However, we can use the third party tool to implement the management.

    Here is a link. May it help.

    http://www.valesoftware.com/onlinehelp/jobserver/index.htm

  • Dear Friend,

    Thanks a lot for your information.

    I have one more clarification:

    Is the enterprise edition of SQL 2005 will support the task scheduling?

    Or which edition of SQL 2005 with which service pack will support this?

    [font="Arial"]Nothing is impossible with Hard Work[/font]:)

  • Yes, Enterprise endition of SQL Server 2005 supports task scheduling.

    Except Express edition, all other editions support this.

    Suresh

    Don't work hard, work smart.

  • Dear Suresh,

    Thanks a lot for your information.

    Ok I will try with the enterprise edition.

    But is there any other methods available to perform the same through script?

    [font="Arial"]Nothing is impossible with Hard Work[/font]:)

  • Try Windows Scheduled Task.

    Suresh

  • Dear Suresh,

    Thanks for your reply.

    I will try it.

    Best Regards,

    M. J. Jaya Chitra

    [font="Arial"]Nothing is impossible with Hard Work[/font]:)

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply