18
Your Data Any Place, Any Time Manageability

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

Embed Size (px)

Citation preview

Page 1: Your Data Any Place, Any Time Manageability. SQL Server 2008 Manageability Challenges Challenges face database administrators today : Managing complex

Your Data Any Place, Any Time

Manageability

Page 2: Your Data Any Place, Any Time Manageability. SQL Server 2008 Manageability Challenges Challenges face database administrators today : Managing complex

SQL Server 2008Manageability Challenges

Challenges face database administrators today :

Managing complex and high-value tasks

Proactively monitoring and tuning system health

Scaling management to multiple data centers

Gaining insight into historical trends and real-time activities

Page 3: Your Data Any Place, Any Time Manageability. SQL Server 2008 Manageability Challenges Challenges face database administrators today : Managing complex

SQL Server 2008 ManageabilityProductive Administration

Configure

Scale

Monitor

Report

Troubleshoot

Tune

Audit

Manage by Intent Monitor with Insight Scale with Ease

Page 4: Your Data Any Place, Any Time Manageability. SQL Server 2008 Manageability Challenges Challenges face database administrators today : Managing complex

SQL Server 2008Management Capabilities

Scale for any business size

Conform and comply with

system configuration

policies

Monitor system health and optimize

performance

Perform Interactive

administrationGain Insight into historical trends

Page 5: Your Data Any Place, Any Time Manageability. SQL Server 2008 Manageability Challenges Challenges face database administrators today : Managing complex

Scale and Conform with Policy-based management

Manage to desired intent

Intelligent monitoring

Scale management

Page 6: Your Data Any Place, Any Time Manageability. SQL Server 2008 Manageability Challenges Challenges face database administrators today : Managing complex

Policy-Based ManagementDefining PoliciesFacets Conditions

CategoriesTargets

Page 7: Your Data Any Place, Any Time Manageability. SQL Server 2008 Manageability Challenges Challenges face database administrators today : Managing complex

Manage by Intent Policy checking & governance

Facets

•Define aspects of system configuration•Physical properties that relate to settings•Logical properties that encapsulate business rules

Conditi

ons

•Capture the declarative intent (desired state)•Simplify compliance enforcement

Page 8: Your Data Any Place, Any Time Manageability. SQL Server 2008 Manageability Challenges Challenges face database administrators today : Managing complex

Intelligent MonitoringOn Demand

• Manual checking by administrator

On Schedule, log out-of-compliance

• SQL Server Agent job check periodically and logs non-compliance

Changes are attempted, prevent out-of-compliance

• DDL Trigger rolls back non-compliant changes

Changes are attempted, log out-of-compliance

• Event Notification logs non-compliant changes

Page 9: Your Data Any Place, Any Time Manageability. SQL Server 2008 Manageability Challenges Challenges face database administrators today : Managing complex

Scale with Policies

Define policies centrally

Automate policy enforcement across the

enterprise

Page 10: Your Data Any Place, Any Time Manageability. SQL Server 2008 Manageability Challenges Challenges face database administrators today : Managing complex

Optimize Performance with SQL Server 2008

End-to-End Health Monitoring for optimization

Performance Tuning Tools

Page 11: Your Data Any Place, Any Time Manageability. SQL Server 2008 Manageability Challenges Challenges face database administrators today : Managing complex

End-to-End System Health InsightPerformance Studio

• Data providers• SQL Trace• Performance Counters• Transact-SQL

Low overhead data collection

Page 12: Your Data Any Place, Any Time Manageability. SQL Server 2008 Manageability Challenges Challenges face database administrators today : Managing complex

Performance Tuning Tools

SQL Server Profiler• Capture SQL

Server activity

• View and play back captured workloads

• Correlate with System Monitor

Database Tuning Advisor• Gain insight

into indexing and partitions structures of your databases

• Optimize indexes and partitions for your workload

SQL Server Management Studio Reports• Available at

the server and database levels

SQL Server Management Pack • For Microsoft

System Center Operations Manager

• Monitors availability and performance

Page 13: Your Data Any Place, Any Time Manageability. SQL Server 2008 Manageability Challenges Challenges face database administrators today : Managing complex

Maintenance Administrative Tasks

Interactive Administration

Gaining Management Insight

Programmatic Management

Page 14: Your Data Any Place, Any Time Manageability. SQL Server 2008 Manageability Challenges Challenges face database administrators today : Managing complex

Interactive Administration

• Centralized management of all SQL Server instances and services

• Intellisense for productive management

Page 15: Your Data Any Place, Any Time Manageability. SQL Server 2008 Manageability Challenges Challenges face database administrators today : Managing complex

Gaining Management Insight

Standard Reports Custom Reports Performance

Dashboards

Page 16: Your Data Any Place, Any Time Manageability. SQL Server 2008 Manageability Challenges Challenges face database administrators today : Managing complex

Programmatic Management

SQLCMD• Create batch files• Automate multiple scripts

Server Management Objects (SMO)• Create custom .NET management tools

C:\>sqlcmd –I Insert..

Page 17: Your Data Any Place, Any Time Manageability. SQL Server 2008 Manageability Challenges Challenges face database administrators today : Managing complex

© 2004 Microsoft Corporation. All rights reserved.This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

Page 18: Your Data Any Place, Any Time Manageability. SQL Server 2008 Manageability Challenges Challenges face database administrators today : Managing complex

Automated Maintenance

SQL Server Agent Jobs, Operators,

and Alerts Maintenance Plans Multi-server

management