SlideShare a Scribd company logo
Tony Rogerson
Microsoft Data Platform MVP
tonyrogerson@sqlserverfaq.com
@tonyrogerson
 Professional
◦ 29 years of Database experience – (6 on DB2, 1 on Oracle
and 23 on SQL Server)
◦ Freelance SQL Server and Data Platform specialist
◦ Fellow BCS, Masters in BI, PGCert in Data Science
◦ I also do F# (and the less relevant cousin C#)
 Community
◦ Founder member of UK SQL User Group,
SQLServerFAQ.com, DataIdol.com, DDD, SQLBits and SQL
Relay
◦ Microsoft SQL Server MVP since 1997, and now a Data
Platform MVP
◦ Technical blog:
http://sqlblogcasts.com/blogs/tonyrogerson (legacy)
http://dataidol.com/tonyrogerson (General DP blog)
http://sqlserverfaq.com/tonyrogerson (MS DP blog)
Group discussion – I can only discuss from
what I’ve seen myself over the past few years
and recent while looking for work
 What’s a Data Platform?
 Define the traditional Database Administrator
◦ Logical and Physical Modelling
◦ Data Governance
◦ HADR
 The importance of a play area
 The expanding skillset
◦ Beyond Relational – alternative Databases
◦ Polyglot Database Environment
◦ The Distributed Database and understanding CAP
◦ Alternate architectures - LAMBDA
◦ ETL
◦ Business Intelligence, Data Science, Data Platform Engineer
◦ What else? Audience please….
Evolution of the DBA to Data Platform Administrator/Specialist
Types
Structured
Un-structured
Semi-structured
Applications
Fat client, Web
Intranet, Mobile
Storage
Database Type
SQL
NoSQL
NewSQL
Business Intelligence
Standard Reporting from
standard process metrics
from the Data Warehouse/
Reporting database
Business Analytics
Investigative Reporting
over past data.
Management Science
Data Science
Investigative {Data
Analytics, Business
Analytics}
over structured, semi,
unstructured data for
possible patterns – use of
Machine Learning and
Pattern Matching
algorithms.
Data Creators,
Data Contributors,
Data Consumers
Business
Intelligence
SSRS, Crystal,
Business Objects,
PowerPivot, Excel,
QlikView, Tableau,
Reporting apps….
Types
Structured – Normal Form, JSON, XML
Un-structured – {developers think all data is like this }
Semi-structured – JSON, XML, Key/Value Pair
Applications
C#, F#, Java etc.
[Data sourcing]
Storage
Database Type
SQL – Oracle, DB2, Sybase, SQL Server, MySQL etc.
NoSQL – CouchDB, Raven, Cassandra, Hadoop, MongoDB, Neo4j
NewSQL – Postgres-XL, Postgres-XC, Volt-DB, NuoDB
Business
Analytics
SAS, SPSS,
Statistica, MatLab
etc..
Data Science
BI + BA + ‘R’, Pyphon,
Machine Learning
packages, SQL, MapR,
Data Extraction, ML,
Visualisations, Story
Boarding
SQL, MapR, U-SQL..Data Creators,
Data Contributors,
Data Consumers
 SSIS
◦ pull RSS feed and store in SQL Server
◦ ODATA source example
 Azure File Share
◦ Storing archive data
Modelling
Data Governance
HADR
Releasing Stuff
 Data is an Asset – Security Guard
 Data Custodian – Compliance, ???
 Liaison between Business and Devs
 Liaison between Business and Infrastructure
 What else?
 Custodian of the Business Taxonomy
◦ Data Dictionary
 Logical / Physical
◦ Normal Form
◦ Logical Model (relationships) V Physical Model
(vender dependent schema)
 Relational V Dimensional
◦ Entity Relationship modelling (tables and
relationships between)
◦ Dimensional Modelling (facts and dimensions) –
models to usability and performance
 ICO Principals
 Data Protection Laws – Security, Retention
 Your responsibilities – vary within the Org
 High Availability
◦ Understanding Latency
◦ Mirroring
◦ Availability Groups
◦ Log Shipping (?)
 Disaster Recovery
◦ Practiced Procedures
◦ DR Resource misalignment
◦ Implementing contingency
◦ Dealing with Data corruption or Accidents (if I only
have AG’s – what’s the issue?)
 Applying Database releases
◦ Which Databases? SQL / NoSQL etc.
 Supportability (level of reqd knowledge)
 Patching Servers
Evolution of the DBA to Data Platform Administrator/Specialist
 You protect the Integrity and Availability of
the “Database Platform”
 Not limited to SQL Server
◦ NoSQL products
◦ Relational “SQL” products
◦ NewSQL
Play Areas
Knowing what to learn
 Align with your company
◦ Talk to developers, see what they are using, take a
lead with Data Technology – nurture their use of
Data.
◦ Data is an Asset, without data your company won’t
exist – make your company realise your importance
and you need to be right up there in the decision
making for technology direction
 Align with the industry
◦ Job boards, trends
 Be one (ok – a couple of) steps ahead!
 You can’t play in live!
 Decent laptop – 16GiB+ RAM, SSD / M2 Flash
 VirtualBox
◦ Multiple Windows Server, build a domain, build a
cluster etc.
◦ Multiple Linux
◦ Etc.
Beyond Relational – alternative
Databases
Polyglot Database Environment
The Distributed Database and
CAP
LAMBDA
ETL
MDM
Cloud
Evolution of the DBA to Data Platform Administrator/Specialist
 Business environment is “Polyglot”
 Require understanding of
◦ NoSQL
◦ CAP Theorem
◦ LAMBDA (edge case)
◦ Big Data – what it really is
◦ CEP (is this a Database related tech?)
◦ ETL
◦ Data Science – what it really is
◦ BI
◦ Kimball, Inmon
◦ Data Vault
 Really means – No NF
 Key Value Stores (Riak, CouchDB)
 Column (Cassandra)
 Document (MongoDB)
 Graph (Neo4J)
 Object (Bit niche )
 Ironically – most have a SQL like interface
now or in development!
 Consistency
◦ All nodes show the same value
◦ Eventual Consistency
 Availability
◦ Node will return data
 Partition Tolerance
◦ Islands form when network fails – clients connect to
local nodes so when isolated you lose consistency.
 You can only have two of the 3 and never all
three.
1 2
3 4
5 6
Insert
Update
Delete
DatCtr A
Insert
Update
Delete
DatCtr B
Insert
Update
Delete
DatCtr C
 No – it’s not just Hadoop
 Velocity, Variety, Volume
 BD can be done in anything.
◦ Velocity – CEP, In-Memory, distributed computing
◦ Variety – varied types of data, structured / un.
◦ Volume – size of the data
 BD is not definitive – depends on your
budget, ability etc.
 Processing a data stream in flight
 Window over the stream and determine
trends
 Read the stream rather than poll the database
 If you aren’t using Machine Learning / Data
Mining algol’s you aren’t doing Data Science
 If you know what you are looking for – you
aren’t doing DS.
 DS isn’t just R, you can do DS in numerous
tools, R has a large library of packages to use
against your data
 DS is where you are looking for patterns in
your data and trying to understand them to
then formulate standard process flows to take
advantage.
 Scale out – distributed – data processing
architecture
 Batch, Speed, Service layers
 For low latency, high updates
 Robust
 Kimball
◦ Dimensional modelling with star schema
◦ Dimensions and Facts
◦ Bottom up – data marts to EDW
◦ Aspires to Single Version of the Truth
 Inmon
◦ Normal Form
◦ Can also use star schema
◦ Form the EDW and then use data marts
◦ Stronger approach to Single Version of the Truth
 Modelling method
 Pull all your uncleansed data and store it in
one place
 Buffer between Operational Databases and
the Conformed Data Warehouse
 Are you really on the Cloud or just managed
remotely located server environment?
 Real cloud has immediate elasticity, hides
infrastructure, easy to spawn up new
resource and near immediate.
 Market’d cloud is really managed servers – no
immediate elasticity, servers are provisioned
and that takes time.
 True cloud offers elasticity for Distributed
Database capabilities – proper scale out.
◦ Azure Elastic Database (Sharding)
◦ SQL 2016 Stretch Feature
 Remember CAP? Yep – you need to understand
that.
 On-Prem tends to be scale up, single box –
single database
 Cloud – some of your tasks will disappear
because it’s done for you. But your role is a Data
Centric role and not Infrastructure Centric.
Evolution of the DBA to Data Platform Administrator/Specialist

More Related Content

What's hot (20)

PDF
NOSQL- Presentation on NoSQL
Ramakant Soni
 
PPT
RDBMS vs NoSQL
Murat Çakal
 
PPS
SQL & NoSQL
Ahmad Awsaf-uz-zaman
 
PPTX
NoSQL databases
Filip Ilievski
 
PPTX
Selecting best NoSQL
Mohammed Fazuluddin
 
PPT
NoSQL Slideshare Presentation
Ericsson Labs
 
PPTX
NOSQL Databases types and Uses
Suvradeep Rudra
 
PDF
Introduction to NoSQL
Dimitar Danailov
 
PDF
Non Relational Databases
Chris Baglieri
 
PPTX
introduction to NOSQL Database
nehabsairam
 
PDF
SQL vs NoSQL: Big Data Adoption & Success in the Enterprise
Anita Luthra
 
PPTX
Nosql seminar
Shreyashkumar Nangnurwar
 
PPT
SQL/NoSQL How to choose ?
Venu Anuganti
 
PPTX
Introduction to NoSQL
PolarSeven Pty Ltd
 
PDF
NoSQL-Database-Concepts
Bhaskar Gunda
 
PPSX
A Seminar on NoSQL Databases.
Navdeep Charan
 
PPTX
No SQL- The Future Of Data Storage
Bethmi Gunasekara
 
PPTX
Sql vs NoSQL
RTigger
 
PDF
Making Sense of Schema on Read
Kent Graziano
 
DOCX
Sql vs NO-SQL database differences explained
Satya Pal
 
NOSQL- Presentation on NoSQL
Ramakant Soni
 
RDBMS vs NoSQL
Murat Çakal
 
NoSQL databases
Filip Ilievski
 
Selecting best NoSQL
Mohammed Fazuluddin
 
NoSQL Slideshare Presentation
Ericsson Labs
 
NOSQL Databases types and Uses
Suvradeep Rudra
 
Introduction to NoSQL
Dimitar Danailov
 
Non Relational Databases
Chris Baglieri
 
introduction to NOSQL Database
nehabsairam
 
SQL vs NoSQL: Big Data Adoption & Success in the Enterprise
Anita Luthra
 
SQL/NoSQL How to choose ?
Venu Anuganti
 
Introduction to NoSQL
PolarSeven Pty Ltd
 
NoSQL-Database-Concepts
Bhaskar Gunda
 
A Seminar on NoSQL Databases.
Navdeep Charan
 
No SQL- The Future Of Data Storage
Bethmi Gunasekara
 
Sql vs NoSQL
RTigger
 
Making Sense of Schema on Read
Kent Graziano
 
Sql vs NO-SQL database differences explained
Satya Pal
 

Similar to Evolution of the DBA to Data Platform Administrator/Specialist (20)

PPTX
DA_01_Intro.pptx
Alok Mohapatra
 
PDF
Database Survival Guide: Exploratory Webcast
Eric Kavanagh
 
PPTX
Building the enterprise data architecture
Costa Pissaris
 
PDF
Cloudera Breakfast Series, Analytics Part 1: Use All Your Data
Cloudera, Inc.
 
PPTX
semana1.pptx
AidaVivancoLuna1
 
PPTX
Data modeling trends for analytics
Ike Ellis
 
PDF
Self Service Analytics and a Modern Data Architecture with Data Virtualizatio...
Denodo
 
PDF
Enable Better Decision Making with Power BI Visualizations & Modern Data Estate
CCG
 
PPTX
Introduction to Data Engineering
Vivek Aanand Ganesan
 
PDF
1. Introduction to the Course "Designing Data Bases with Advanced Data Models...
Fabio Fumarola
 
PDF
Lecture2 is331 data&infomanag(databaseenv)
Taibah University, College of Computer Science & Engineering
 
PPTX
IT webinar 2016
PR Cell, IIM Rohtak
 
PPTX
The Future of Data Science
sarith divakar
 
PPTX
Demystifying data engineering
Thang Bui (Bob)
 
PDF
Data Scientist By: Professor Lili Saghafi
Professor Lili Saghafi
 
PDF
Future of Data Strategy (ASEAN)
Denodo
 
PDF
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
Mihai Criveti
 
PPTX
Database fundamentals(database)
welcometofacebook
 
PPTX
Fundamentals of Analytics and Statistic (1).pptx
adwaithcj7
 
PPTX
Architecting Data For The Modern Enterprise - Data Summit 2017, Closing Keynote
Caserta
 
DA_01_Intro.pptx
Alok Mohapatra
 
Database Survival Guide: Exploratory Webcast
Eric Kavanagh
 
Building the enterprise data architecture
Costa Pissaris
 
Cloudera Breakfast Series, Analytics Part 1: Use All Your Data
Cloudera, Inc.
 
semana1.pptx
AidaVivancoLuna1
 
Data modeling trends for analytics
Ike Ellis
 
Self Service Analytics and a Modern Data Architecture with Data Virtualizatio...
Denodo
 
Enable Better Decision Making with Power BI Visualizations & Modern Data Estate
CCG
 
Introduction to Data Engineering
Vivek Aanand Ganesan
 
1. Introduction to the Course "Designing Data Bases with Advanced Data Models...
Fabio Fumarola
 
Lecture2 is331 data&infomanag(databaseenv)
Taibah University, College of Computer Science & Engineering
 
IT webinar 2016
PR Cell, IIM Rohtak
 
The Future of Data Science
sarith divakar
 
Demystifying data engineering
Thang Bui (Bob)
 
Data Scientist By: Professor Lili Saghafi
Professor Lili Saghafi
 
Future of Data Strategy (ASEAN)
Denodo
 
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
Mihai Criveti
 
Database fundamentals(database)
welcometofacebook
 
Fundamentals of Analytics and Statistic (1).pptx
adwaithcj7
 
Architecting Data For The Modern Enterprise - Data Summit 2017, Closing Keynote
Caserta
 
Ad

Recently uploaded (20)

PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
PPTX
✨Unleashing Collaboration: Salesforce Channels & Community Power in Patna!✨
SanjeetMishra29
 
PPTX
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
PPT
Interview paper part 3, It is based on Interview Prep
SoumyadeepGhosh39
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PDF
Wojciech Ciemski for Top Cyber News MAGAZINE. June 2025
Dr. Ludmila Morozova-Buss
 
PDF
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 
PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PDF
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
PDF
SFWelly Summer 25 Release Highlights July 2025
Anna Loughnan Colquhoun
 
PDF
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
PDF
NewMind AI Journal - Weekly Chronicles - July'25 Week II
NewMind AI
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PDF
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
PDF
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
PDF
Persuasive AI: risks and opportunities in the age of digital debate
Speck&Tech
 
PDF
Windsurf Meetup Ottawa 2025-07-12 - Planning Mode at Reliza.pdf
Pavel Shukhman
 
PDF
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
✨Unleashing Collaboration: Salesforce Channels & Community Power in Patna!✨
SanjeetMishra29
 
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
Interview paper part 3, It is based on Interview Prep
SoumyadeepGhosh39
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
Wojciech Ciemski for Top Cyber News MAGAZINE. June 2025
Dr. Ludmila Morozova-Buss
 
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
SFWelly Summer 25 Release Highlights July 2025
Anna Loughnan Colquhoun
 
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
NewMind AI Journal - Weekly Chronicles - July'25 Week II
NewMind AI
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
Persuasive AI: risks and opportunities in the age of digital debate
Speck&Tech
 
Windsurf Meetup Ottawa 2025-07-12 - Planning Mode at Reliza.pdf
Pavel Shukhman
 
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
Ad

Evolution of the DBA to Data Platform Administrator/Specialist

  • 2.  Professional ◦ 29 years of Database experience – (6 on DB2, 1 on Oracle and 23 on SQL Server) ◦ Freelance SQL Server and Data Platform specialist ◦ Fellow BCS, Masters in BI, PGCert in Data Science ◦ I also do F# (and the less relevant cousin C#)  Community ◦ Founder member of UK SQL User Group, SQLServerFAQ.com, DataIdol.com, DDD, SQLBits and SQL Relay ◦ Microsoft SQL Server MVP since 1997, and now a Data Platform MVP ◦ Technical blog: http://sqlblogcasts.com/blogs/tonyrogerson (legacy) http://dataidol.com/tonyrogerson (General DP blog) http://sqlserverfaq.com/tonyrogerson (MS DP blog)
  • 3. Group discussion – I can only discuss from what I’ve seen myself over the past few years and recent while looking for work
  • 4.  What’s a Data Platform?  Define the traditional Database Administrator ◦ Logical and Physical Modelling ◦ Data Governance ◦ HADR  The importance of a play area  The expanding skillset ◦ Beyond Relational – alternative Databases ◦ Polyglot Database Environment ◦ The Distributed Database and understanding CAP ◦ Alternate architectures - LAMBDA ◦ ETL ◦ Business Intelligence, Data Science, Data Platform Engineer ◦ What else? Audience please….
  • 6. Types Structured Un-structured Semi-structured Applications Fat client, Web Intranet, Mobile Storage Database Type SQL NoSQL NewSQL Business Intelligence Standard Reporting from standard process metrics from the Data Warehouse/ Reporting database Business Analytics Investigative Reporting over past data. Management Science Data Science Investigative {Data Analytics, Business Analytics} over structured, semi, unstructured data for possible patterns – use of Machine Learning and Pattern Matching algorithms. Data Creators, Data Contributors, Data Consumers
  • 7. Business Intelligence SSRS, Crystal, Business Objects, PowerPivot, Excel, QlikView, Tableau, Reporting apps…. Types Structured – Normal Form, JSON, XML Un-structured – {developers think all data is like this } Semi-structured – JSON, XML, Key/Value Pair Applications C#, F#, Java etc. [Data sourcing] Storage Database Type SQL – Oracle, DB2, Sybase, SQL Server, MySQL etc. NoSQL – CouchDB, Raven, Cassandra, Hadoop, MongoDB, Neo4j NewSQL – Postgres-XL, Postgres-XC, Volt-DB, NuoDB Business Analytics SAS, SPSS, Statistica, MatLab etc.. Data Science BI + BA + ‘R’, Pyphon, Machine Learning packages, SQL, MapR, Data Extraction, ML, Visualisations, Story Boarding SQL, MapR, U-SQL..Data Creators, Data Contributors, Data Consumers
  • 8.  SSIS ◦ pull RSS feed and store in SQL Server ◦ ODATA source example  Azure File Share ◦ Storing archive data
  • 10.  Data is an Asset – Security Guard  Data Custodian – Compliance, ???  Liaison between Business and Devs  Liaison between Business and Infrastructure  What else?
  • 11.  Custodian of the Business Taxonomy ◦ Data Dictionary  Logical / Physical ◦ Normal Form ◦ Logical Model (relationships) V Physical Model (vender dependent schema)  Relational V Dimensional ◦ Entity Relationship modelling (tables and relationships between) ◦ Dimensional Modelling (facts and dimensions) – models to usability and performance
  • 12.  ICO Principals  Data Protection Laws – Security, Retention  Your responsibilities – vary within the Org
  • 13.  High Availability ◦ Understanding Latency ◦ Mirroring ◦ Availability Groups ◦ Log Shipping (?)  Disaster Recovery ◦ Practiced Procedures ◦ DR Resource misalignment ◦ Implementing contingency ◦ Dealing with Data corruption or Accidents (if I only have AG’s – what’s the issue?)
  • 14.  Applying Database releases ◦ Which Databases? SQL / NoSQL etc.  Supportability (level of reqd knowledge)  Patching Servers
  • 16.  You protect the Integrity and Availability of the “Database Platform”  Not limited to SQL Server ◦ NoSQL products ◦ Relational “SQL” products ◦ NewSQL
  • 18.  Align with your company ◦ Talk to developers, see what they are using, take a lead with Data Technology – nurture their use of Data. ◦ Data is an Asset, without data your company won’t exist – make your company realise your importance and you need to be right up there in the decision making for technology direction  Align with the industry ◦ Job boards, trends  Be one (ok – a couple of) steps ahead!
  • 19.  You can’t play in live!  Decent laptop – 16GiB+ RAM, SSD / M2 Flash  VirtualBox ◦ Multiple Windows Server, build a domain, build a cluster etc. ◦ Multiple Linux ◦ Etc.
  • 20. Beyond Relational – alternative Databases Polyglot Database Environment The Distributed Database and CAP LAMBDA ETL MDM Cloud
  • 22.  Business environment is “Polyglot”  Require understanding of ◦ NoSQL ◦ CAP Theorem ◦ LAMBDA (edge case) ◦ Big Data – what it really is ◦ CEP (is this a Database related tech?) ◦ ETL ◦ Data Science – what it really is ◦ BI ◦ Kimball, Inmon ◦ Data Vault
  • 23.  Really means – No NF  Key Value Stores (Riak, CouchDB)  Column (Cassandra)  Document (MongoDB)  Graph (Neo4J)  Object (Bit niche )  Ironically – most have a SQL like interface now or in development!
  • 24.  Consistency ◦ All nodes show the same value ◦ Eventual Consistency  Availability ◦ Node will return data  Partition Tolerance ◦ Islands form when network fails – clients connect to local nodes so when isolated you lose consistency.  You can only have two of the 3 and never all three.
  • 25. 1 2 3 4 5 6 Insert Update Delete DatCtr A Insert Update Delete DatCtr B Insert Update Delete DatCtr C
  • 26.  No – it’s not just Hadoop  Velocity, Variety, Volume  BD can be done in anything. ◦ Velocity – CEP, In-Memory, distributed computing ◦ Variety – varied types of data, structured / un. ◦ Volume – size of the data  BD is not definitive – depends on your budget, ability etc.
  • 27.  Processing a data stream in flight  Window over the stream and determine trends  Read the stream rather than poll the database
  • 28.  If you aren’t using Machine Learning / Data Mining algol’s you aren’t doing Data Science  If you know what you are looking for – you aren’t doing DS.  DS isn’t just R, you can do DS in numerous tools, R has a large library of packages to use against your data  DS is where you are looking for patterns in your data and trying to understand them to then formulate standard process flows to take advantage.
  • 29.  Scale out – distributed – data processing architecture  Batch, Speed, Service layers  For low latency, high updates  Robust
  • 30.  Kimball ◦ Dimensional modelling with star schema ◦ Dimensions and Facts ◦ Bottom up – data marts to EDW ◦ Aspires to Single Version of the Truth  Inmon ◦ Normal Form ◦ Can also use star schema ◦ Form the EDW and then use data marts ◦ Stronger approach to Single Version of the Truth
  • 31.  Modelling method  Pull all your uncleansed data and store it in one place  Buffer between Operational Databases and the Conformed Data Warehouse
  • 32.  Are you really on the Cloud or just managed remotely located server environment?  Real cloud has immediate elasticity, hides infrastructure, easy to spawn up new resource and near immediate.  Market’d cloud is really managed servers – no immediate elasticity, servers are provisioned and that takes time.
  • 33.  True cloud offers elasticity for Distributed Database capabilities – proper scale out. ◦ Azure Elastic Database (Sharding) ◦ SQL 2016 Stretch Feature  Remember CAP? Yep – you need to understand that.  On-Prem tends to be scale up, single box – single database  Cloud – some of your tasks will disappear because it’s done for you. But your role is a Data Centric role and not Infrastructure Centric.

Editor's Notes

  • #2: 20:00 – 21:00 Tony Rogerson - SQL Server Data Platform specialist” who used to be known as “Database Administrator" The year was 1995 and I was a SQL Developer/Database Administrator designing schema, writing and optimising SQL, managing log shipping and backups. The year is now 2016 and that relatively small skill set has exploded dramatically with ETL (SSIS plus some C#), MDM, Business Intelligence (Kimball, Inmon, Lambda, hybrid), Data Science (Statistics, Business Skills, R, F#, HDInsight, Hadoop), Cloud (AWS, Azure, Thirdparty on/off prem), Data Governance (ICO principles/rules, Security, International DP rules).  In this session we will look at today’s SQL Server Data Platform specialists, you know who they are because even though you are still called “DBA” you are actually one of them!  We will cover off introductions with demos into the following technology areas: ETL, BI, DS and Azure with examples on using them within a Data Platform setting.