Jobs in sql server 2005 express edition

  • Hello I am new to sql server 2005....i have downloaded the 180 days trial version.

    I don't have the sql server agent in my version...so how can i create jobs for scheduling my procedure.

    Regards

    sindhu

  • sindhu_sing (9/24/2007)


    Hello I am new to sql server 2005....i have downloaded the 180 days trial version.

    I don't have the sql server agent in my version...so how can i create jobs for scheduling my procedure.

    Regards

    sindhu

    Hi Sindhu,

    In SQL Server Express there is no SQL Server Agent, so you cannot schedule jobs the same way as in its other editions. What you can do however, is to use sqlcmd with the Windows Task Scheduler. Another alternative is "Express Agent", it is a paid extension to SQL Server Express by Vale.

    Regards,

    Andras


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • Hi, Sidh

    u can install SQLScheduler for SQL Express. SQLScheduler is a tool to run scheduler job in SQL Express.

  • 180 days trial? Ah. Definitely it should not be SQL Server Express Edition. Have a look at the "SQL Server Configuration Manager" and also check the edition.

  • sindhu_sing (9/24/2007)


    Hello I am new to sql server 2005....i have downloaded the 180 days trial version.

    I don't have the sql server agent in my version...so how can i create jobs for scheduling my procedure.

    Regards

    sindhu

    Try these created by developers for Express.

    http://www.codeproject.com/vb/net/SQLAgent.asp

    http://www.lazycoding.com/products.aspx

    Kind regards,
    Gift Peddie

Viewing 5 posts - 1 through 4 (of 4 total)

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