November 23, 2011 at 10:28 am
Hi
I am Anil Kolla, basically a Oracle DBA. Could you please assist me, How to schedule a job for Backup in SQL server db?
November 23, 2011 at 10:41 am
If you're not familiar with SQL, the easiest way would be to create a maintenance plan using the wizard. The wizard will basically walk you through the whole process as well as create the necessary scheduled job.
November 23, 2011 at 10:56 am
you can use this blog to create maintenance plan
November 23, 2011 at 11:01 am
Hi
Thing is I need to schedule a job so that, backing is done every day at 5:00pm. I can write a stored proc for this. But doesn't know how to execute it in server db.
Thank you
Anil Kolla.
November 23, 2011 at 1:13 pm
Create a job in the SQL Server Agent. The Agent is a job scheduler.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply