A digital reference guide for database administrators

Slides:



Advertisements
Similar presentations
©2006 ITT Educational Services Inc. Course Name: IT390 Business Database Administration Unit 5 Slide 1 IT390 Business Database Administration Unit 5 :
Advertisements

Top 10 SSIS Best Practices Tim Mitchell Artis Consulting The World’s Largest Community of SQL Server Professionals.
Utility Database Chris
Objectives  Understand the purpose of the superuser account  Outline the key features of the Linux desktops  Navigate through the menus  Getting help.
DBA Quick Start What do you do when you’ve fallen into a job as a DBA? Take a deep breath, Find out what you’ve got, And dive right in!
Presenter: RED DEVILIC Sponsored by SQLViet.com SQL SERVER CONFERENCE HCMC 2013 DATABASE TASKS OVERVIEW.
Maintaining a Microsoft SQL Server 2008 Database SQLServer-Training.com.
Simply Powerful Tuesday, June 9, :00 – 10:00 AM PDT We will begin ~5 minutes past the hour Bulk Mailer Professional and Business: It makes sense.
Learningcomputer.com SQL Server Working with Databases.
Microsoft Exchange 2000 Service Pack 2 Features Mark Barringer Support Professional Enterprise Messaging Support Microsoft Corporation.
Learningcomputer.com SQL Server 2008 – Administration, Maintenance and Job Automation.
Learningcomputer.com SQL Server 2008 – Profiling and Monitoring Tools.
Understanding Logging & Recovery What Programmers Always Avoid Until it’s too Late! Kimberly L. Tripp Principal Mentor, Solid Quality Learning at
MICROSOFT SHAREPOINT CONFERENCE 2011 DAN’S PERSPECTIVE.
Distributed Replay Testing With Your Data, Your Way! ca.linkedin.com/in/melodyzacharias.
Rob Sewell Making PowerShell Useful Real-Life Examples of Powershell in Action Slides available here -
Putting Your Head in the Cloud Working with SQL Azure David Postlethwaite 19/09/2015David Postlethwaite.
DBA Quick Start What do you do when you’ve fallen into a job as a DBA? Take a deep breath, Find out what you’ve got, And dive right in!
24×7 Server Support 24×7 Server Management and Server Support Welcome To - Website:-
RESOURCES FOR THE NEW OR ACCIDENTAL DBA Thomas Blog - TomStrike.com.
Selenium Automation key features
Backups for Azure SQL Databases and SQL Server instances running on Azure Virtual Machines Session on backup to Azure feature (manual and managed) in SQL.
IBM Connections Side by Side/ In Place migration 5.5 / 6.0
Securing SQL Server Processes with Certificates
Eric Blinn | Data Services Manager
Tips for SQL Server Performance and Resiliency
Curacao SQL Saturday June 11, 2016
Execution Planning for Success
A digital reference guide for database administrators
Lead SQL BankofAmerica Blog: SQLHarry.com
Renaming Databases I was thinking of using a few other titles, “There and Lock again, A DBA’s holiday”
Disaster Recovery and SQL for new and non-DBAs
Efficiently Searching Schema in SQL Server
Helpdesk to DBA in 60 Tips & Tricks for the new DBA
Building Effective Backups
Mapping Shema and Recursively Managing Data
SQL Server May Let You Do It, But it Doesn’t Mean You Should
Tips for SQL Server Performance and Resiliency
Tips for SQL Server Performance and Resiliency
Director of Database Administration with Paymetric, Inc. 
Making PowerShell Useful
Performance Tuning for Mere Mortals Part II
Resources for the new or accidental dba
SQL Saturday #654 - Omaha.
Making PowerShell Useful
Re-Indexing - The quest of ultimate automation
Back Up and Restore? Piece of Cake!
Migrating your local database to Azure SQL DB
Peter Shore SQL Saturday Cleveland 2016
Resources for the new or accidental dba
Database Mirroring: Maximizing Availability Through Automation
RPO, RTO & SLA: 3 Letter Words for When the SHT hits the FAN
Performance Tuning for Mere Mortals Part II
Backup to Basics Tom Fox
How to Perform A Health Check By Edward Roepe Perimeter DBA, LLC
Making PowerShell Useful
Making PowerShell Useful
Automating the install and upgrade of SQL scripts
PowerShell & PowerBi Reducing DBAs Context Switching
Patrick Flynn | Link Group Australia
Disaster Recovery is everyone’s job!
Delivering Business Value Faster
Summit Nashville /3/2019 1:48 AM
SQLOpsStudio Vs SSMS - There can be only one
SQL Server overall performance Monitor with Best Practices.
Top 5 TIPS TO KEEP Always on AGs humming and users happy
Jean Joseph DBA\DEVELOPER
High-powered sales planning, A 3-WEEK strategy GUIDE
The Future of Database Development (with containers)
Thanks to our Sponsors Platinum Sponsor: Gold Sponsors:
Presentation transcript:

A digital reference guide for database administrators DBA Cheat Sheet A digital reference guide for database administrators

Thank you Sponsors!

Elizabeth Block @SQLServerMama www.linkedin.com/in/elizabeth-block-1056615 EBlock@sqlservermama.com www.sqlservermama.com

30 Minutes a Day Take 15-30 minutes a day to learn something new… Sign up for newsletters – Some examples: www.mssqltips.com/sql-server-tutorials/ www.sqlservercentral.com/ https://www.sqlskills.com/join-the-sqlskills-insider-community/ Free eBooks: http://sqlmag.com/sql-server/sql-select-top-ten-great-and-free-sql-server-ebooks#slide-0-field_images-33671 http://www.red-gate.com/learning-community/community/books/?&gclid=CjwKEAjw0KK4BRDCiKHD5Ny8pHESJACLE620CHtFEUFOP6DBUVUZI7tZLF873bUSgp4domo4GsOXSRoC9HHw_wcB#sqldba Links are in document

Demo: SSMS Tips Open document Scripts: Server Info Hardware Info

Find Number of Processors To find the number of cores on your server, type msinfo32 in the Windows search box Results on my laptop:

Why Use TSQL instead of GUI Speed Automate Tasks, i.e. upgrade or migration tasks Can see errors whereas GUI just hangs

Demos: Script Database Objects SSMS Generate scripts Database Info

Data Files in Database Data File Log file

Recovery Model Simple Full Bulk Logged Types: Questions: How often does the data change? Do you need to recover to a point in time? How much data can you afford to lose? Can the data be recreated? Do you have big bulk processes that can be run again if they fail?

Transaction Log

Demos

Training Resources PASS 24 Hours of PASS: http://www.sqlpass.org/Events/24HoursofPASS.aspx SQL Saturday: http://www.sqlsaturday.com/ Virtual Chapters:http://www.sqlpass.org/PASSChapters/VirtualChapters.aspx White papers, session recordings: http://www.sqlpass.org/LearningCenter.aspx Brent Ozar Training Videos:https://learnfrom.brentozar.com/ First Aid Scripts: https://www.brentozar.com/first-aid/  MSSQL Tips: https://www.mssqltips.com/sql-server-dba-resources/   Pragmatic Works Free Webinars: http://pragmaticworks.com/Training/Courses#subject=SQL-Server   SQL Server Central Stairway Articles: http://www.sqlservercentral.com/stairway/ Forums: http://www.sqlservercentral.com/Forums/Forum3411-1.aspx   SQL Skills: https://www.sqlskills.com/sql-server-resources/ Whitepapers: https://www.sqlskills.com/sql-server-resources/sql-server-whitepapers/ Resources: https://www.sqlskills.com/sql-server-resources/

Thank you Sponsors!

Next Steps Questions? What do you need to work on to be a better DBA? @SQLServerMama https://www.linkedin.com/in/elizabethblock EBlock@sqlservermama.com http://www.sqlservermama.com