Microsoft SQL Server Administration for SAP Administration and Troubleshooting.

Slides:



Advertisements
Similar presentations
Copyright © 2011 by the Commonwealth of Pennsylvania. All Rights Reserved. Load Test Report.
Advertisements

Optimizing Procedural Code Understanding Logging, Recovery, Locking and Performance Presentation Addition Understanding/Optimizing VLFs Kimberly L. Tripp.
ManageEngine ® SQLDBManager Plus - Product Overview.
Moving Data Lesson 23. Skills Matrix Moving Data When populating tables by inserting data, you will discover that data can come from various sources.
Module 4 Working with Databases. Module Overview Overview of SQL Server Databases Working with Files and Filegroups Moving Database Files.
© 2006 ITT Educational Services Inc. Course Name: IT390 Business Database Administration Unit 10 Slide 1 IT390 Business Database Administration Unit 10:
SQL Server 2005 features for VLDBs. SQL Server 2005 features for VLDBs aka (it’s fixed in the next release)
Microsoft SQL Server Administration for SAP SQL Server Architecture.
Microsoft SQL Server Administration for SAP Performance Monitoring and Tuning.
Microsoft SQL Server Administration for SAP Database Backup and Restore.
Module 7: Restoring Databases. Overview SQL Server Recovery Process Preparing to Restore a Database Restoring Backups Restoring Databases from Different.
ManageEngine ® SQLDBManager Plus - Product Overview.
Module 14: Scalability and High Availability. Overview Key high availability features available in Oracle and SQL Server Key scalability features available.
AGENDA Tools used in SQL Server 2000 Graphical BOL Enterprise Manager Service Manager CLI Query Analyzer OSQL BCP.
SQL Server Management Studio Introduction
SQL Server Performance Audit and Tuning Jason Pack.
Session 7 Creating and Managing Databases. RDBMS and Data Management/ Session 7/2 of 27 Session Objectives Describe the system and user-defined databases.
Chapter 2 Administrating DB Engine. Database Engine  The Database Engine is the core service for storing, processing, and securing data.  It provides.
Today’s Agenda Chapter 12 Admin Tasks Chapter 13 Automating Admin Tasks.
Overview What is SQL Server? Creating databases Administration Security Backup.
1 Chapter Overview Reviewing the Results of Installation Starting, Stopping, Pausing, and Modifying Microsoft SQL Server 2000 Services Working with Osql,
Building Highly Available Systems with SQL Server™ 2005 Vineet Gupta Evangelist – Data and Integration Microsoft Corp.
Module 1: Introduction to Microsoft SQL Server 7.0.
Implementing Database Snapshot & Database Mirroring in SQL Server 2005 Presented by Tarek Ghazali IT Technical Specialist Microsoft SQL Server MVP Microsoft.
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.
Module 3: Managing Database Files. Overview Introduction to Data Structures Creating Databases Managing Databases Placing Database Files and Logs Optimizing.
Learningcomputer.com SQL Server 2008 – Profiling and Monitoring Tools.
Module 16: Performing Ongoing Database Maintenance
Module 5: Upgrading to SQL Server 7.0. Overview Planning an Upgrade Preparing to Upgrade Verifying the Upgrade Setting a Compatibility Level.
SQL Server Management Tools Lesson 28. Skills Matrix.
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.
BZUPAGES.COM ADS Wizard Logon on the server as Administrator Click start, run and type in dcpromo then Enter The ADS wizard appears.
Week 7 : Chapter 7 Agenda SQL 710 Maintenance Plan:
1 Chapter Overview Defining Operators Creating Jobs Configuring Alerts Creating a Database Maintenance Plan Creating Multiserver Jobs.
Free Sql Server Tools Every Dev Should Have Dave Gorman MCSD,MCDBA.
SQL/Lesson 7/Slide 1 of 32 Implementing Indexes Objectives In this lesson, you will learn to: * Create a clustered index * Create a nonclustered index.
SQLXPress Make the most of NonStop SQL with a comprehensive set of easy to use productivity tools.
Module 4: Managing Disks. Overview Working with Disk Management Working with Basic Disks Working with Dynamic Disks Preparing Disks when Upgrading to.
Connect with life Vinod Kumar Technology Evangelist - Microsoft
MISSION CRITICAL COMPUTING Siebel Database Considerations.
Data Mining Instructor: Dr C. C. Chan Presented by Uday Seelam.
Presented by Vishy Grandhi.  Lesson 1: AX Overview  Lesson 2: Role based security  Lesson 3: Monitoring  Troubleshooting.
SQL Query Analyzer. Graphical tool that allows you to:  Create queries and other SQL scripts and execute them against SQL Server databases. (Query window)
1 Chapter Overview Using Standby Servers Using Failover Clustering.
Advanced Database & Client Server Introduction to MS SQL Server 2000 and Transact SQL -
SQL Server 2016 – New Features Tilahun Endihnew March 12, 2016.
Module 6: Creating and Maintaining Indexes. Overview Creating Indexes Understanding Index Creation Options Maintaining Indexes Introducing Statistics.
11 Copyright © 2004, Oracle. All rights reserved. Performing a Migration Using Oracle Migration Workbench (Part II)
SAP Tuning 실무 SK㈜ ERP TFT.
Database Administration for the Non-DBA Denny Cherry twitter.com/mrdenny.
How To Start a SQL server Connecting to SQL Server.
ProgressBook Suite Maintenance
Module 1: SQL Server Overview
Module III: Business Analytics
1 Overview 8 Backup&Recovery 2 Software Maintenance 9 Optimizer 3
Designing Database Solutions for SQL Server
IBM INFORMIX online Training in Hyderabad
Chapter Overview Understanding the Database Architecture
Automating SQL Server Management
Dynamics AX Performance
Very large Databases in your future Eric Peterson.
SQL Server Performance Tuning
Database administration
Sql Saturday Philadelphia
Ch 10. Maintaining and Automating SQL Server
06 | SQL Server and the Cloud
Designing Database Solutions for SQL Server
Presentation transcript:

Microsoft SQL Server Administration for SAP Administration and Troubleshooting

2 Overview

3 DB02

4 History of DB Size

5 Adding a file to a Database

6 Expanding a Database

7 Extending the Database Database must be extended Can volume be extended? Add new disk to volume Add new volume Move one old file to new volume YesNo + Expand files and set all files to autogrow PRIMARY DATA1 DATA2 DATA3 Expand files on old and new volume and set all files to autogrow PRIMARY DATA1 PRIMARY DATA1 DATA2

8 DB02

9 Server Properties

10 Server Properties

11 Server Properties

12 Server Properties

13 DB Maintenance Wizard

14 DB Maintenance Wizard

15 DB Maintenance Wizard

16 DB Maintenance Wizard

17 DB Maintenance Wizard

18 DB Maintenance Wizard

19 DB Maintenance Wizard

20 Errorlog from SAP

21 Errorlog

22 Errorlog

23 Logins

24 Logins

25 Logins

26 Logins

27 Table / Index fragmentation  DBCC SHOWCONTIG  DBCC SHOWCONTIG  DBCC INDEXDEFRAG  ~20% degradation, few % CPU  less disk space / restartable  Fillfactor & Data Cache utilization  OLTP / OLAP requirement  SORT_IN_TEMPDB  DBCC CLEANTABLE  Parallel index creation

28 Attach and Detach Database detail stats. SQL Server Query Analyzer - [Query - sapprod.master.sa - (untitled)] DB: master sp_detach_db ‘PRD’, ‘true’ detail stats. SQL Server Query Analyzer - [Query - sapprod.master.sa - (untitled)] DB: PRD sp_helpfile detail stats. SQL Server Query Analyzer - [Query - sapprod.master.sa - (untitled)] DB: master sp_attach_db ‘PRD’,‘F:\PRDDATA1\PRDDATA1.MDF’, ‘G:\PRDDATA2\PRDDATA2.NDF’, detail stats. C:\WINNT\System32\cmd.exe Microsoft(R) Windows NT (TM) (C) Copyright Microsoft Corp. C:\> mv F:\PRDDATA2\PRDDATA2.NDF G:\PRDDATA2\PRDDATA2.NDF

29 Common Errors  Work process unable to login  Transaction log is full  SQL Server does not start  Database not available

30 Lab  Expand the test database  Add a file to the test database  Detach the test database, copy the files and attach it as test1 database

31 Summary  Write Module Summary