Click here to Skip to main content
15,994,549 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How do i schedule a job in sql server 2008 R2. I mean i want to execute some store procedure or sql query in the server time to time basis.Like some query or store procedure will execute automatically in the server after 10 mins and produce some result to the client.

I am using sql Server 2008 R2
Posted

 
Share this answer
 
v3
Comments
BIBASWAN 23-Mar-14 8:06am    
this solutions are ok with the server which sa password i know.But if i dont knw the sa password then how do i set up a job????
Link 1[^]
Link 2[^]
Link 3[^]

-KR
 
Share this answer
 
v2
Comments
BIBASWAN 23-Mar-14 8:07am    
this solutions are ok with the server which sa password i know.But if i dont knw the sa password then how do i set up a job????
CHill60 23-Mar-14 12:27pm    
"•To create a job, a user must be a member of one of the SQL Server Agent fixed database roles or the sysadmin fixed server role." See http://technet.microsoft.com/en-us/library/ms190268.aspx[^]

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900