Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 create a non argent job

Author  Topic 

ConnieXujuan
Starting Member

48 Posts

Posted - 2012-01-05 : 17:48:59
Hi Folks,

I was just wondering on SQL server 2008 Express, if i want to create a job to run two stored procedure on a daily basis; and i don't want to use an argent job. What can i do?

Thanks a lot!

Connie

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2012-01-05 : 17:51:08
You can use Task Scheduler built into Windows and then call sqlcmd.exe to run your script. Here's another way: http://www.sqlteam.com/article/scheduling-jobs-in-sql-server-express

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -