MySQL VS SQL Server Pat Wright & Kris Davey SQL Saturday #94

Slides:



Advertisements
Similar presentations
Utility SQL Bin (v3.3). Agenda  Purpose  Target User  Benefits  System Requirement  User Guide Introduction Navigation Add New SQL Add New Version.
Advertisements

Ixonos Plc Marko “Narsu” Rintamäki Senior Test Engineer NEST-IX V1.1 Project platform in Test Management.
Drop in replacement of MySQL. Agenda MySQL branch GPL licence Maria storage engine Virtual columns FederatedX storage engine PBXT storage engine XtraDB.
Mastering Galera Data Masters. Special Thanks To… 1010 NE 2 nd Ave Miami, FL
Ryan Andrus Staff Engineer, Architecture Team Charles Schwab.
WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.
SQL Server Management Studio Introduction
Anders Karlsson Principal Sales Engineer, MySQL MySQL Embedded - Getting started with libmysqld.
John Hartley Mark Bransby Utilizing Adobe's Publishing Solutions for Distributed Web Publishing.
CASE STUDY: Implementing and Administering SAS® Enterprise Guide® Across the Enterprise As a Solution for Data Access Security Ulf Borjesson Evangeline.
Visual Studio 2012 or 2013 VisualStudio.com (or) Github (or) Bitbucket (or more) Azure Cross-Platform Command Tools Setup if you want to play too.
Selected Topics in Software Computing Distributed Software Development CVSQL Final Project Presentation.
MySQL GUI Administration Tools Rob Donahue Manager, Distributed Systems Development May 7th, 2001 Rob Donahue Manager, Distributed Systems Development.
True or False? Programming languages can be used to update databases and communicate with other systems. True.
DB Libraries: An Alternative to DBMS By Matt Stegman November 22, 2005.
How Setup a Lab for VEA? Veritas Volume Manager is a Great Product from Symantec and we will see what we need setup a Home LAB. By AIK IT Support.
Nynox.com Nynox Help Desk Affordable Help Desk Solution.
Tony Tomarchio Director of Field Engineering SIOS Technology
Intro to Spatial Data in SQL Server 2008 R2 Russ Burns MVT Sr. Apps Developer.
Introduction to PHP and MySQL Kirkwood Center for Continuing Education By Fred McClurg, © Copyright 2015, Fred McClurg, All Rights.
PHP on Windows Improvements in PHP-Microsoft Interoperability Brian Swan PHP Developer Outreach,
Team Members Team Members Tim Geiger Joe Hunsaker Kevin Kocher David May Advisor Dr. Juliet Hurtig November 8, 2001.
A Brief Documentation.  Provides basic information about connection, server, and client.
IOS and Android with Windows Azure Websites Name Title Address Website.
Server Performance, Scaling, Reliability and Configuration Norman White.
Sample School Website. What is wrong with the existing School Webspace Site? Can only host static pages – no dynamic content possible. Can not be edited.
Hybrid Cloud and Windows Server 2003 end of support on Azure Rod Kruetzfeld Data Center Technical Strategist Microsoft Canada.
Experiment Management System CSE 423 Aaron Kloc Jordan Harstad Robert Sorensen Robert Trevino Nicolas Tjioe Status Report Presentation Industry Mentor:
© 2007 OPNET Technologies, Inc. All rights reserved. OPNET and OPNET product names are trademarks of OPNET Technologies, Inc. An Open Source ARM 4 Implementation.
Integrating Active Directory with eDirectory ™ Using Novell Account Manager Reid Oakes Technical Team Manager Novell, Inc.
MySQL Overview Jed Reynolds Write Your Questions on the Board! Landscape, Engines, HA, Performance Questions.
Central Management Server Managing Your SQL Server Environment 1.
Introduction to MySQL  Working with MySQL and MySQL Workbench.
SQL Server 2014 AlwaysOn Step-by-Step SQL Server 2014 AlwaysOn Step-by-Step A hands on look at implementing AlwaysOn in SQL Server 2014.
Windows Azure and iOS Chris Risner Windows Azure Technical Evangelist Microsoft
Plesk 8 for Linux/UNIX Server Automation SWSOFT GLOBAL HOSTING SUMMIT 2006 Todd L. Crumpler May 30-June 1, 2006.
Bucharest, 23 February 2005 CHM PTK technologies Adriana Baciu Finsiel Romania.
Carlos Bossy Quanta Intelligence SQL Server MCTS, MCITP BI CBIP, Data Mining Real-time Data Warehouse and Reporting Solutions.
Plesk – Server Automation for the Masses Todd L. Crumpler Senior Sales Engineer May 9 th, 2007.
Benefits Of PHP Web Development. Easy to Implement PHP permits quick implementation of complicated issue. Its upper your cost- efficiency and also the.
The Holmes Platform and Applications
Eric Flamm Flamm Consulting, Inc.
SQL Server on Linux CTP 1.1 Florian
SQL Server Security & Intrusion Prevention
Intro to the Eclipse IDE and PHPEclipse
Effective T-SQL Solutions
Working with SQL Server for Linux Cross-Platform
What’s new in SQL Server 2017 for BI?
MySQL: The Elephant in the Room Rob Wultsch
Consulting Services JobScheduler Architecture Decision Template
Business in a Connected World
Using Microsoft Identity Manger with SharePoint 2016 to fill the User Profile Sync Gap Max Fritz Senior Systems Consultant Now Micro.
SQL Server + PHP: What’s New
Choosing a MySQL Replication & High Availability Solution
Features of TMySQL/TSpider port into MariaDB
THANK YOU… Welcome to Roadrunner Customer Support Welcome to Roadrunner Customer Support For More Visit on:
An example of a pilot project as part of USP course:
SSIS & PowerShell SQL Saturday Holland 2016 Joost van Rossum
EXEC and sp_executesql An Ad Hoc Rally
What Azure have to offer for your data
SQL Server Analysis Services Fundamentals
Amazon Web Services RDS with SQL Server
dbatools - PowerShell and SQL Server Working Together
Cloud Data Replication with SQL Data Sync
SQL Operations Studio A Test Drive
Magento 1 support will end in What next?. Magento development officials have announced that they will extend the support for Magento 1 sites till.
UFCEUS-20-2 Web Programming
Michelle Haarhues Keeping up with SSMS.
42 TSQL Functions =tg= Thomas Grohser SQL Saturday
The DBA Quit and now you’re it:
Presentation transcript:

Pat Wright & Kris Davey 09-10-11 MySQL VS SQL Server Pat Wright & Kris Davey 09-10-11 SQL Saturday #94 Salt Lake City

Thank you to our sponsors Gold Blog Prize Bronze Planet MySQL  Your blogs, news and opinions.

About Me Blog: www.SqlAsylum.com Twitter: @SqlAsylum 11 years working with SQL MS MVP 2006,2007 PASS Board member 2007,2008 Avid Picture Taker Blog: www.SqlAsylum.com Twitter: @SqlAsylum

About Me 10 years of MySQL, Linux, PHP and Perl Avid road and mtn biker Semi -Avid Picture Taker Email: breakaway9@gmail.com Twitter: @breakaway9

How we use SQL/MySQL MySQL - OLTP store SQL Server – DW/BI/Reporting

SQL Server Administration Mature Gui tools Abundant 3rd party offerings Direct integration to windows to administer across the whole environment

MySQL Replication Master / Slave Model True Multiple Master Easy to set up Slaves can differ from Master Slave process is single threaded Third party vendors (and 5.6) support multithreaded slaves

SQL Server Support Support directly from MS CAT team

MySQL Engines Many Engines for flexible solutions InnoDB MyISAM Memory Archive Blackhole CSV Engines types can differ through replication

SQL Server Index management Index Creation Missing Indexes/Gather Index stats

MySQL Platforms Platform Independent Runs on Linux/Unix, Windows, OSX, Solaris

Engine SQL Server Great for the 98% of workloads out there Great engine tools for visibility

MySQL Cost MySQL is extensible by anyone with the tools to do so. Percona, Drizzle, MariaDB Drivers It’s easy to connect to MySQL from any platform.

User Management SQL Server Mature Gui tools Easy setup Integration with AD/Windows domain

MySQL Open Source Platform Independent Runs on Linux/Unix, Windows, OSX, Solaris

Winner? It Depends

Questions?