i want to add job that runs on a specific time of the day in sqlserver 2005 how?
thanks in advance.
In SQL Server Express you cannot because the Agent that runs Jobs the automation subsystem is not included with Express. If you look you will find tools developed by other developer to do it, some for free others sell it, another option you can buy 2000 and use the Agent to run it. Hope this helps.
|||Yes, SQL Server Agent not included in SQL Server Express, look at these options for planing and starting jobs:http://www.sqldbatips.com/showarticle.asp?ID=29
http://www.sqldbatips.com/showarticle.asp?ID=27
http://www.codeproject.com/useritems/SQLAgent.asp
http://www.lazycoding.com/products.aspx
You might see that these alternatives are driven by private projects and are not supported by Microsoft but do their job.
Jens K. Suessmeyer.
http://www.sqlserver2005.de
No comments:
Post a Comment