Roy Ernest Manager of DBA Dept Pinnacle Sports Worldwide

Slides:



Advertisements
Similar presentations
Module 2: Database Architecture
Advertisements

Roy Ernest Database Administrator Pinnacle Sports Worldwide SQL Server High Availability.
INTRODUCTION TO ORACLE Lynnwood Brown System Managers LLC Backup and Recovery Copyright System Managers LLC 2008 all rights reserved.
17 Copyright © 2005, Oracle. All rights reserved. Performing Flashback.
Oracle Architecture. Instances and Databases (1/2)
High Availability David Frommer Principal Architect Business Intelligence Microsoft Partner of the Year 2005 & 2007.
Database Optimization & Maintenance Tim Richard ECM Training Conference#dbwestECM Agenda SQL Configuration OnBase DB Planning Backups Integrity.
Module 6: Backing Up Databases. Overview Preventing Data Loss Setting and Changing a Database Recovery Model SQL Server Backup When to Back Up Databases.
Backup and Recovery Part 1.
Backup Concepts. Introduction Backup and recovery procedures protect your database against data loss and reconstruct the data, should loss occur. The.
Presented by Joseph Galvan & Stacy Kemp BACKUPS.  Using database backups, a database administrator (DBA’s) can restore from the last backup or to a specific.
Transaction log grows unexpectedly
Backup & Recovery Concepts for Oracle Database
Virtual techdays INDIA │ September 2011 Tips for Successful SQL Server Deployment in Enterprise Environment Balmukund Lakhani │ Technical Lead –
Module 8: Server Management. Overview Server-level and instance-level resources such as memory and processes Database-level resources such as logical.
Managing Transaction and Lock Vu Tuyet Trinh Hanoi University of Technology 1.
7 Copyright © 2006, Oracle. All rights reserved. Dealing with Database Corruption.
Monday, 13 October 2003 The Anatomy of a Data Modification Subset of: What everyone should know about Performance, Recovery & Logging Monday, 13 October.
Roy Ernest Database Administrator Pinnacle Sports Worldwide SQL Server 2008 Transparent Data Encryption.
Sofia, Bulgaria | 9-10 October SQL Server 2005 High Availability for developers Vladimir Tchalkov Crossroad Ltd. Vladimir Tchalkov Crossroad Ltd.
1099 Why Use InterBase? Bill Todd The Database Group, Inc.
Copyright © Oracle Corporation, All rights reserved. 1 Oracle Architectural Components.
An Oracle server:  Is a database management system that provides an open, comprehensive, integrated approach to information management.  Consists.
Page 1 SQL Server Myths XV ENCONTRO DA COMUNIDADE SQLPORT Rui Ribeiro MCITP 2011/08/16.
Roy Ernest Database Administrator Pinnacle Sports Worldwide
Module 16: Performing Ongoing Database Maintenance
Oracle9i Performance Tuning Chapter 12 Tuning Tools.
Database structure and space Management. Database Structure An ORACLE database has both a physical and logical structure. By separating physical and logical.
11 Copyright © 2004, Oracle. All rights reserved. Dealing with Database Corruption.
Random Logic l Forum.NET l Transaction Isolation Levels Forum.NET Meeting ● Nov
1 Principles of Database Systems With Internet and Java Applications Today’s Topic Chapter 15: Reliability and Security in Database Servers Instructor’s.
SQL Server 2005 Implementation and Maintenance Chapter 12: Achieving High Availability Through Replication.
SQL Server 2005 Engine Optimistic Concurrency Tony Rogerson, SQL Server MVP Independent Consultant 26 th.
Roy Ernest Database Administrator Pinnacle Sports Worldwide
SQLintersection Understanding Transaction Isolation Levels Randy Knight Wednesday, 3:45-5:00.
KCIUG 30 January, 2004Raw Tables for Improved Load Performance1 Christopher Coleman Database Analyst Mediware Information Systems.
Performance. Performance Performance is a critical issue especially in a multi-user environment. Benchmarking is one way of testing this.
Module 11: Managing Transactions and Locks
Module 14: Managing Transactions and Locks. Overview Introducing Transactions and Locks Managing Transactions Understanding SQL Server Locking Architecture.
Your Data Any Place, Any Time Always On Technologies.
Copyright Sammamish Software Services All rights reserved. 1 Prog 140  SQL Server Performance Monitoring and Tuning.
3 Copyright © 2004, Oracle. All rights reserved. Database Architecture Comparison.
Does the Optimistic Concurrency resolve your blocking problems Margarita Naumova, SQL Master Academy.
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.
23 Copyright © 2004, Oracle. All rights reserved. Preferring the Past: Flashback.
Dealing with Database Corruption DBA 911. Who am I? 2 David M Maxwell twitter.com/dmmaxwell or twitter.com/upsearchsqltwitter.com/dmmaxwelltwitter.com/upsearchsql.
Indexing strategies and good physical designs for performance tuning Kenneth Ureña /SpanishPASSVC.
Introducing Hekaton The next step in SQL Server OLTP performance Mladen Prajdić
Memory-Optimized Tables Querying at the speed of light.
ProgressBook Suite Maintenance
Get the Most out of SQL Server Standard Edition
You Inherited a Database Now What?
SQL Server 2000 and Access 2000 limits
Very Large Databases in your future
Common SQL Server Mistakes and How to Avoid Them
A Technical Overview of Microsoft® SQL Server™ 2005 High Availability Beta 2 Matthew Stephen IT Pro Evangelist (SQL Server)
Introduction of Week 3 Assignment Discussion
Your Data Any Place, Any Time
Real world In-Memory OLTP
SQL 2014 In-Memory OLTP What, Why, and How
What Is a Latch? …and Why Do I Care? Eddie Wuerch, mcm
Re-Indexing - The quest of ultimate automation
Optimistic Concurrency Internals
Very large Databases in your future Eric Peterson.
Understanding Transaction Isolation Levels
Introduction of Week 13 Return assignment 11-1 and 3-1-5
It’s TEMPDB Why Should You Care?
You Inherited a Database Now What?
Jean Joseph DBA\DEVELOPER
Module 13: Creating Highly Concurrent SQL Server 2012 Applications
Presentation transcript:

Roy Ernest Manager of DBA Dept Pinnacle Sports Worldwide

Contents Introduction Game of True or False Winners April 17th, 20132Curaçao SQL Server User Group

MS SQL Server released these version SQL Server 2005 (Version 8.xxx) SQL Server 2008 (Version 9.xxx) SQL Server 2008 R2 (Version 10.xxx) SQL Server 2010 (Version 11.xxx) SQL Server 2012 (Version 12.xxx) Is this statement True False It Depends April 17, 20133Curaçao SQL Server User Group

NoLOCK and ReadUncommitted are one and the same True False It Depends April 17, 20134Curaçao SQL Server User Group

April 17, 20135Curaçao SQL Server User Group True False It Depends Truncate table is Non-Logged

Using Snapshot isolation has no performance impact April 17, 20136Curaçao SQL Server User Group True False It Depends

You can back up a single table True False It Depends April 17, 20137Curaçao SQL Server User Group

Resource governor governs CPU, Memory and IO True False It Depends April 17, 20138Curaçao SQL Server User Group

32 bit backup files cannot be used in 64 bit servers True False It Depends April 17, 20139Curaçao SQL Server User Group

You should always have a back up strategy True False It Depends April 17, Curaçao SQL Server User Group

Any in-flight transactions are continued after a fail over True False It Depends April 17, Curaçao SQL Server User Group

Online index operations do not acquire locks True False It Depends April 17, Curaçao SQL Server User Group

Corruption can be fixed by restarting SQL Server True False It Depends April 17, Curaçao SQL Server User Group

Lock escalation goes from row to table. Skips row to page True False It Depends April 17, Curaçao SQL Server User Group

Restore does not solve index fragmentation. True False It Depends April 17, Curaçao SQL Server User Group

Restore with VERIFYONLY validates the entire backup. True False It Depends April 17, Curaçao SQL Server User Group

Nested transactions work in SQL Server. True False It Depends April 17, Curaçao SQL Server User Group

Back up operations cause blocking True False It Depends April 17, Curaçao SQL Server User Group

Multiple datafiles for tempDB can be of different size True False It Depends April 17, Curaçao SQL Server User Group

You should shrink the log file regularly so that space wont be a problem True False It Depends April 17, Curaçao SQL Server User Group

Columnar Index works efficiently in OLTP Server True False It Depends April 17, Curaçao SQL Server User Group

November 26, Curaçao SQL Server User Group