Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have asked a question "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".....

solutions those are given are very 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????

http://www.codeproject.com/Questions/748018/How-Do-I-Schedule-A-Job-In-Sql-Server-R

this is the link of my previou question...please help
Posted

Quote:
•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.


http://technet.microsoft.com/en-us/library/ms190268.aspx[^]

You could write a program and utilise the windows scheduler[^] or other scheduling software
 
Share this answer
 
v2
 
Share this answer
 
Comments
CHill60 23-Mar-14 14:07pm    
OP was given those links on his earlier post. He now wants to know how to do it if he doesn't have system admin rights
 
Share this answer
 
Comments
CHill60 23-Mar-14 15:04pm    
See OP comment to that answer "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????"
 
Share this answer
 
v2

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