1 Chapter Overview Defining Operators Creating Jobs Configuring Alerts Creating a Database Maintenance Plan Creating Multiserver Jobs.

Slides:



Advertisements
Similar presentations
Your Data Any Place, Any Time Manageability. SQL Server 2008 Manageability Challenges Challenges face database administrators today : Managing complex.
Advertisements

Week 6: Chapter 6 Agenda Automation of SQL Server tasks using: SQL Server Agent Scheduling Scripting Technologies.
Module 5: Performing Administrative Tasks. Overview Configuration Tasks Routine SQL Server Administrative Tasks Automating Routine Maintenance Tasks Creating.
Maintaining and Automating SQL Server
SQL Server Agent Keith Binford. SQL Server Agent SQL Server Agent is a Windows service that can execute and schedule tasks and jobs.
DB2 Tools Pertemuan 3 Matakuliah: T0413 Tahun: 2009.
15.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 15: Configuring a Windows.
1 Chapter Overview Understanding Printer Administration Managing Printers Managing Documents Administering Printers Using a Web Browser Troubleshooting.
Module 5: Creating and Configuring Group Policy
1 Chapter Overview Understanding NTFS Permissions Assigning NTFS Permissions Assigning Special Permissions.
SQL Server 2005 Implementation and Maintenance Chapter 10: Maintaining and Automating SQL Server.
Hands-On Microsoft Windows Server 2003 Networking Chapter 7 Windows Internet Naming Service.
Hands-On Microsoft Windows Server 2003 Administration Chapter 5 Administering File Resources.
Hands-On Microsoft Windows Server 2003 Administration Chapter 3 Administering Active Directory.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 10: Server Administration.
By Rashid Khan Lesson 8-Crowd Control: Controlling Access to Resources Using Groups.
CS27510 Commercial Database Applications. Maintenance Maintenance Disaster Recovery Disaster Recovery.
Using the Windows Event Viewer and Task Scheduler Chapter 5.
1 Chapter Overview Transferring and Transforming Data Introducing Microsoft Data Transformation Services (DTS) Transferring and Transforming Data with.
Slide 1 of 9 Presenting 24x7 Scheduler The art of computer automation Press PageDown key or click to advance.
1 Chapter Overview Creating User and Computer Objects Maintaining User Accounts Creating User Profiles.
Configuring Task Scheduler Lesson 9. Skills Matrix Technology SkillObjective Domain SkillDomain # Understanding Task Scheduler Configure and manage the.
Today’s Agenda Chapter 12 Admin Tasks Chapter 13 Automating Admin Tasks.
Module 13 Automating SQL Server 2008 R2 Management.
Overview What is SQL Server? Creating databases Administration Security Backup.
MS Access Advanced Instructor: Vicki Weidler Assistant:
1 Chapter Overview Monitoring Server Performance Monitoring Shared Resources Microsoft Windows 2000 Auditing.
1 Chapter Overview Creating a User Database Setting Database Options Managing User Database Size Placing Database Files on Multiple Disks.
Chapter 4 SQL. SQL server Microsoft SQL Server is a client/server database management system. Microsoft SQL Server is a client/server database management.
1 Guide to Novell NetWare 6.0 Network Administration Chapter 11.
User Manager Pro Suite Taking Control of Your Systems Joe Vachon Sales Engineer November 8, 2007.
Copyright © 2007, Oracle. All rights reserved. Managing Concurrent Requests.
11 MANAGING AND DISTRIBUTING SOFTWARE BY USING GROUP POLICY Chapter 5.
Informix IDS Administration with the New Server Studio 4.0 By Lester Knutsen My experience with the beta of Server Studio and the new Informix database.
Module 10: Monitoring ISA Server Overview Monitoring Overview Configuring Alerts Configuring Session Monitoring Configuring Logging Configuring.
11 MANAGING AND MONITORING DHCP Chapter 2. Chapter 2: MANAGING AND MONITORING DHCP2 MANAGING DHCP: COMMON DHCP ADMINISTRATIVE TASKS  Configure or modify.
Learningcomputer.com SQL Server 2008 – Administration, Maintenance and Job Automation.
IT 456 Seminar 5 Dr Jeffrey A Robinson. Overview of Course Week 1 – Introduction Week 2 – Installation of SQL and management Tools Week 3 - Creating and.
Module 14 Configuring Security for SQL Server Agent.
1 Action Automated Security Breach Reporting and Corrections.
Module 1: Exploring Replication. Overview Understanding SQL Server Replication Setting Up Replication Understanding Agents in Replication Securing Replication.
Module 16: Performing Ongoing Database Maintenance
1 Chapter Overview Introducing Replication Planning for Replication Implementing Replication Monitoring and Administering Replication.
1 Chapter Overview Preparing to Upgrade Performing a Version Upgrade from Microsoft SQL Server 7.0 Performing an Online Database Upgrade from SQL Server.
1 Chapter Overview Performing Configuration Tasks Setting Up Additional Features Performing Maintenance Tasks.
Module 15 Monitoring SQL Server 2008 R2 with Alerts and Notifications.
Week 7 : Chapter 7 Agenda SQL 710 Maintenance Plan:
Troubleshooting Security Issues Lesson 6. Skills Matrix Technology SkillObjective Domain SkillDomain # Monitoring and Troubleshooting with Event Viewer.
 Replication is the process of copying database information  Replication is used for:  Backing up your database  Migrating to a new server  Mirroring.
SMS Software Distribution. Overview  Explaining How SMS Distributes Software  Managing Distribution Points  Configuring Software Distribution and the.
4. SQL Backup tasks Objectives –Secure the databases and the database server Contents –Understanding Backup Terms, –Backing Up Databases, Files, Filegroups,
Module 8: Managing Software Distribution. Collections Packages Programs Advertisements Collections Packages Programs Advertisements How Software.
Microsoft Dynamics ® NAV 2009 Service Management.
Maintenance Practices. Goal  Automate the necessary DBA chores to put organizations on the path of having healthier, consistent and more trustworthy.
Interactions & Automations
1 Chapter Overview Monitoring Access to Shared Folders Creating and Sharing Local and Remote Folders Monitoring Network Users Using Offline Folders and.
Microsoft ® Official Course Module 6 Managing Software Distribution and Deployment by Using Packages and Programs.
1 Chapter Overview Using Standby Servers Using Failover Clustering.
Introduction to SQL Server  Working with MS SQL Server and SQL Server Management Studio.
Active-HDL Server Farm Course 11. All materials updated on: September 30, 2004 Outline 1.Introduction 2.Advantages 3.Requirements 4.Installation 5.Architecture.
You Inherited a Database Now What? What you should immediately check and start monitoring for. Tim Radney, Senior DBA for a top 40 US Bank President of.
SSIS ETL Data Resource Management. Create an ETL package using a wizard database server to database server The business goal of this ETL package is to.
SQL Database Management
Patch Management Module 13.
Managing, Storing, and Executing DTS Packages
Explore the Integration Services Catalog
Common SQL Server Mistakes and How to Avoid Them
Deploying and Configuring SSIS Packages
Automating SQL Server Management
Ch 10. Maintaining and Automating SQL Server
Presentation transcript:

1 Chapter Overview Defining Operators Creating Jobs Configuring Alerts Creating a Database Maintenance Plan Creating Multiserver Jobs

2 Notification Methods Pager NET SEND

3 Operators

4 Job Steps Three types Operating system commands Transact-SQL statements ActiveX scripts Each step can contain only one type of job step. Each job can contain multiple job steps.

5 Permissions and Job Ownership A job is generally owned by the creator, but it can be assigned to another user. Jobs operate in the security context of the job owner, not in the security context of the user executing the job. By default, only sysadmins can execute operating system and ActiveX job steps. Non-sysadmins can be given permission to run operating system and ActiveX job steps in the security context of a defined proxy account.

6 Multiple Job Steps and Job Responses

7 Job Scheduling

8 Job Creation Using the Create Job wizard Creating directly in SQL Server Enterprise Manager Using Transact-SQL

9 Proxy Account Click on the General tab for the SQL Server Agent Properties dialog box. Enable non-sysadmins to execute operating system and ActiveX scripting jobs. Define a local or domain user account.

10 Job Information and History View status of jobs in the details pane for the Jobs container. View the properties of a job to review or modify it. View the job history log for a job to review its execution history. Manage the job history log size as a property of the SQL Server Agent service. Use the SQL Server Agent error log to view error information.

11 Error Detection Alerts

12 Performance Condition Alerts

13 Alert Creation Using the Create Alert wizard Creating directly in SQL Server Enterprise Manager Using Transact-SQL Using user-defined error messages

14 Alert Information and History View status of alerts in the details pane for Alerts container. Refresh Alerts container to view most recent alert information. When troubleshooting, verify that an alert is enabled. View the properties of an alert to review or modify it.

15 Database Maintenance Plan Wizard Rebuild indexes, and update distributions statistics. Automatically shrink a database. Perform DBCC consistency checks. Back up database and transaction log files. Configure log shipping.

16 Maintenance Plan Information and History View status of maintenance plans in the details pane. Refresh the Database Maintenance Plan container. When troubleshooting, verify that the maintenance plan is enabled. View the history log of a maintenance plan, including each component. View the properties of a maintenance plan.

17 Multiserver Job Architecture

18 Master and Target Server Creation Select a server that can handle the performance hit for the master. Configure it as the master, and designate an MSXOperator. Enlist target servers–they must be registered with SQL Server Enterprise Manager.

19 Job Creation for Target Servers Use same process as for creating local jobs, but designate target servers. Jobs are downloaded by target servers as read- only jobs. Database and file system paths must be valid on each target server.

20 Target Server Information and Job History View the status of a target server, including pending instructions. Force download of instructions immediately. Start jobs on target servers, change polling interval, or synchronize clocks. View information by server or by target job. View job history log on any target server.

21 Chapter Summary Define users and groups to act as operators. Create simple or complex jobs to perform tasks, and specify notifications. Define event and performance condition alerts, and specify notifications and jobs. Use Database Maintenance Plan wizard to automate tasks. Create multiserver jobs to centrally manage jobs.