Helpdesk to DBA in 60 Tips & Tricks for the new DBA

Slides:



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

How to Perform a SQL Server Health Check
Copyright © 2007 Quest Software SQL Server Consolidation: Perfect Planning Prevents Poor Performance.
Database Optimization & Maintenance Tim Richard ECM Training Conference#dbwestECM Agenda SQL Configuration OnBase DB Planning Backups Integrity.
Utility Database Chris
CS27510 Commercial Database Applications. Maintenance Maintenance Disaster Recovery Disaster Recovery.
Something special about Benjamin Session Objectives and Takeaways.
Connect with life Praveen Srvatsa Director | AsthraSoft Consulting Microsoft Regional Director, Bangalore Microsoft MVP, ASP.NET.
Copyright © 2007 Quest Software The Changing Role of SQL Server DBA’s Bryan Oliver SQL Server Domain Expert Quest Software.
ArcGIS Workflow Manager An Introduction
Maintaining a Microsoft SQL Server 2008 Database SQLServer-Training.com.
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.
Oracle9i Performance Tuning Chapter 1 Performance Tuning Overview.
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.
1 All Powder Board and Ski Oracle 9i Workbook Chapter 9: Database Administration Jerry Post Copyright © 2003.
1 Chapter Overview Defining Operators Creating Jobs Configuring Alerts Creating a Database Maintenance Plan Creating Multiserver Jobs.
A ConfigMgr 2012 Site Review MMS Minnesota 2014 Kent Agerlund / Steve Thomson.
SQL Server 2008 R2 Manageability. Challenges facing database administrators today: Scaling management to multiple data centers Proactively monitoring.
Michelle Malcher PepsiCo Session # For the DBA Manager – Understanding Oracle and DBAs.
Maintenance Practices. Goal  Automate the necessary DBA chores to put organizations on the path of having healthier, consistent and more trustworthy.
SQL Query Analyzer. Graphical tool that allows you to:  Create queries and other SQL scripts and execute them against SQL Server databases. (Query window)
Tech Operation Operation’s KPI & Tasks Processes Team Architecture.
Distributed Replay Testing With Your Data, Your Way! ca.linkedin.com/in/melodyzacharias.
SQL Tips & Tricks Best practices from the field John Nelson Apps Systems Engineer Steve Thompson Senior Consultant,
New Instance… Now What? Presented by: James Donahoe Senior Solutions Engineer – TeleTracking Technologies MCSA: SQL Server 2012.
Work Smarter Not Harder Standardize Your Environment With Best Practices.
1 Build Your Own MySQL Time Machine Chuck Bell, PhD Mats Kindahl, PhD Replication and Backup Team Sun Microsystems 1.
I/Watch™ Weekly Sales Conference Call Presentation (See next slide for dial-in details) Andrew May Technical Product Manager Dax French Product Specialist.
Advanced Higher Computing Science
SQL Database Management
Automated Restore Script Output for Ola Hallengren’s Maintenance Solution 1) Start SQL Services on Local 2) Connect to Azure AlwaysOn 3) Delete all maintenance.
# 66.
Tips for SQL Server Performance and Resiliency
A digital reference guide for database administrators
Documentation – you know you love it
A digital reference guide for database administrators
Summit Nashville /28/2018 8:42 PM
Simplifying XEvents Management with dbatools
Upgrading to Microsoft SQL Server 2014
Tips for SQL Server Performance and Resiliency
Tips for SQL Server Performance and Resiliency
Database Code Management with VS 2017 and RedGate
Discover Your Database From The Inside!
dbatools! The reason to finally start learning and using Powershell
Azure SQL Database: A Guided Tour
Making PowerShell Useful
Re-Indexing - The quest of ultimate automation
What’s new in SQL Server 2016 Availability Groups
Use PowerShell & dbatools to Manage your SQL Server Environment
Backup and Restore your SQL Server Database
RPO, RTO & SLA: 3 Letter Words for When the SHT hits the FAN
Life of a Lead DBA How to explain to your boss 'what you do'
Work Smarter Not Harder
dbatools! The reason to finally start learning and using Powershell
Reliable, Repeatable, Configurable & Automated Validation with
PowerShell & PowerBi Reducing DBAs Context Switching
PowerShell & PowerBi Reducing DBAs Context Switching
Automating the install and upgrade of SQL scripts
DAT381 Team Development with SQL Server 2005
Database hidden disasters…
Summit Nashville /3/2019 1:48 AM
Use PowerShell & dbatools to Manage your SQL Server Environment
T-SQL Tips & Tricks to Make Your Life Easier!
dbatools! The reason to finally start learning and using Powershell
Keeping ConfigMgr Clean
Scott Minar PrequelSaturday How the SQL Server community is about to make your job easier Welcome! You've already discovered the best value anywhere in.
SQL AlwaysOn Availability Groups
The DBA Quit and now you’re it:
Presentation transcript:

Helpdesk to DBA in 60 Tips & Tricks for the new DBA Meredith Ryan-Smith # 73

Meredith Ryan-Smith 12 years in IT, 5 years as DBA at The Bell Group Chapter Leader of the PASS WIT VC http://meredithryansmith.wordpress.com/ http://twitter.com/#!/coffegrl coffegrl@gmail.com # 73

First Things First: Don’t Panic! # 73 http://www.flickr.com/photos/paperpariah/2417220138/in/photostream

Learn what your scope is Hardware forward OS forward SQL forward # 73

Get to know your instances # 73

Other methods Where is SQL installed? Ted Krueger’s blog using SQL Ping 2: http://blogs.lessthandot.com/index.php/DataMgmt/DBAdmin/scan-network-for-sql-server-instances Buck Woody’s blog uses Power Shell and WMI: http://blogs.msdn.com/b/buckwoody/archive/2009/03/11/find-those-rogue-sql-servers-in-your-enterprise-with-powershell.aspx SQL Discovery, Discovery Wizard # 73

Who uses it? Talk to your customers to get the real story. What applications depend on your instances? What are the Service Level Agreements? How is it performing now? # 73

Learn the basics Management Studio is a beginners best friend Wizards get the job done and sometimes they can be quicker than scripting. Focus on the features that you use today # 73

Mike Walsh on where to start SQL University http://sqlchicken.com/sql-university/ Mike Walsh on where to start http://www.straightpathsql.com/archives/2009/03/where-do-i-start/ Brent Ozar on where to start http://www.brentozar.com/sql/becoming-a-dba/ # 73

Community to the rescue! The SQL community lives to help you learn. # 73

SQL Server Central http://www.sqlservercentral.com/ SQLServerPedia http://www.sqlserverpedia.com/ LessThanDot http://lessthandot.com/ #73

Learn to love Documentation http://www.flickr.com/photos/ahnmyrrh/3634153932/ #73

Should be complete and concise Level of detail depends on the complexity of your systems Keep a physical copy – electronic won’t cut it in a disaster # 73

Needs to be considered a ‘living document’ and updated frequently One set of documentation for each server Database details live inside the server’s documentation # 73

Jorge Segarra’s Runbook template http://sqlchicken SQL Doc from Redgate http://www.red-gate.com/products/SQL_Doc/index.htm Use Visio to map out your integration points – translate that whiteboard map into something less volatile # 73

Turn this… # 73

Into this. # 73

Automate yourself out of a job Backup jobs Index maintenance Integrity checks Event/error notifications Any other repetitive tasks Gathering baselines # 73

Michelle Ufford’s index maintenance script Ola Hallengren’s Backup, Integrity Check and Index Optimization solution http://ola.hallengren.com/ Michelle Ufford’s index maintenance script http://sqlfool.com/2010/04/index-defrag-script-v4-0/ # 73

Ted Krueger’s blog on setting up email notifications http://blogs.lessthandot.com/index.php/DataMgmt/DBAdmin/lazy-dba-email-this-stuff Grant Fritchey’s blog on automating Server Side Traces http://www.scarydba.com/2011/02/08/tsql-tuesday-15automation-in-sql-server/ # 73

Next steps: Act on the info you collected from user base Remediate any issues Performance tuning Plan for future growth Look at ways to simplify and standardize your environment # 73

Thank you and Feedback Thank you for attending Helpdesk to DBA in 60 Minutes at SQL Saturday #73 Please make sure to fill out the session evaluation and place it in the box in the back of the room # 73