September 24, 2007 at 2:25 am
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
September 24, 2007 at 8:29 am
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
September 25, 2007 at 7:59 pm
Hi, Sidh
u can install SQLScheduler for SQL Express. SQLScheduler is a tool to run scheduler job in SQL Express.
September 26, 2007 at 12:06 am
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.
September 26, 2007 at 7:14 am
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