What is job manager?
In SQL Server, job is defined as a multistep operation. Each step is a Transact-SQL as a task possibly. Job is a typical task planning and automate tasks. Database backup and recovery, data copy, data import / export, etc. can be defined as Job, and then in the planning time auto-complete with SQL Server Agent.
Creating a Job:
1. Run "SQL Server Enterprise Manager", and log onto specified server, then click "management" -> "+" in the left of SQL Server Agent;
2. Right-click "Jobs", choose "New Job", open the dialog box of New Job Properties. Choose the properties of new job;
3. In tab of "General", and defined the properties "Name", "Category", "Owner", "Description";
4. Choose tab of "Steps", and then click "new" button, open the dialog box of "New Job Steps";
5. Choose "Advanced" in the dialog box of "New Job Steps";
6. Choose "Schedules", click "New Schedules" button;
7. Back to the dialog box of New Job Properties, choose tab of Notifications;
8. Click "OK", you have completed the steps required to create a job.
Tags: server defined then click choose dialog properties steps
Readers also visit these:
What is data, database (DB), DBMS and DBS?How to compare and synchronize the data in different database tables?
Can you show me the commands in each tab in the main interface?
Which license is best for me?
What is T-SQL (Transact-SQL)?
Related Questions:
What is T-SQL (Transact-SQL)?How to compare and synchronize the data in different database tables?
What is alarm manager (database)?
Can you show me the commands in each tab in the main interface?
Technical Support
Latest News
- How to connect to SQ...
- How to install Datab...
- How to remove SQL Se...
- How to compare and s...
- How many database ob...
- How to compare and s...
Awards
Customer Service |
| If you have any question or suggestion,please contact us. |
| Get Help>> |
:
: 

