SlideShare a Scribd company logo
1 of 16
What is new in PASS Summit 2014
• About PASS Summit – schedule, events
• Keynotes
• What is new
1
PASS Summit Schedule
Date:
• Late October /Early November
Sessions:
• Monday – Tuesday: Preconference sessions
• Wednesday – Friday: Summit sessions
2
After hour events
• Tuesday night: Welcome Reception
• Wednesday night: Vendor Reception
• Thursday night: Appreciation Party
3
Keynotes
• Wednesday morning keynote:
• PASS financial update and board changes
• SQL Server Release/feature announcement
• Marketing talk about future direction
• Thursday morning keynote:
• In-depth tech talk: features Dr Rimma Nehme
(Dr Dewitt)
4
Day 1 Keynote: Microsoft Data Platform
5
Day 2 Keynote: Cloud DB
6
Day 2 Keynote: Cloud DB Options
7
Cloud DB v.s. Earthed DB
8
What’s new
• Azure Document DB
• Azure Stream Analytics
• Azure Machine Learning
• Query Store
9
Azure Document DB
A fully-managed, scalable, NoSQL document
database service
• Fully-managed document database-as-a-service
with rich query and indexing capabilities over a
schema-free JSON data model.
• Offers configurable and reliable performance,
native JavaScript transactional processing, and is
built for the cloud with elastic scale.
10
Azure Stream Analytics
A fully managed service providing low latency,
highly available, scalable complex event processing
over streaming data in the cloud.
11
Azure Machine Learning
• Powerful cloud-based predictive analytics
• Fully managed: No hardware or software to buy
• Integrated: Drag, drop and connect
• Best in Class Algorithms: Proven solutions from
Xbox & Bing
• R Built In: Use over 350 R packages or bring
your own R code
• Deploy in Minutes: Operationalize with a click
12
Session highlights
SQL Server 2014 feature on Statistics Update
• Default auto update statistics after 20% change, which is not helpful
to VLDB
• Trace flag 2371 change the behaviour
13
Favourite talk: multiple purpose SP
Problem:
• Google style search on multiple columns
• LastName, FirstName, SIN, Other Identifiers
SP Code:
Select …
From Person
Where (@LastName is null or LastName = @LastName)
And (@FirstName is null or FirstName = @FirstName)
And …
If the first execution is on @LastName then the execution plan is built based on index
on LastName, the execution plan doesn’t work for other searches
14
Favourite talk: multiple purpose SP
Solution:
• Dynamic SQL
• Depends on whether the search is specific
enough
• Use SP_ExecuteSQL if no recompile is required
• Use Exec(@Stmt) if recompile would be better
15
PASS TV
1
6

More Related Content

What's hot

Meetup#7: AWS LightSail - The Simplicity of VPS - The Power of AWS
Meetup#7: AWS LightSail - The Simplicity of VPS - The Power of AWSMeetup#7: AWS LightSail - The Simplicity of VPS - The Power of AWS
Meetup#7: AWS LightSail - The Simplicity of VPS - The Power of AWSAWS Vietnam Community
 
Azure Cosmos DB Kafka Connectors | Abinav Rameesh, Microsoft
Azure Cosmos DB Kafka Connectors | Abinav Rameesh, MicrosoftAzure Cosmos DB Kafka Connectors | Abinav Rameesh, Microsoft
Azure Cosmos DB Kafka Connectors | Abinav Rameesh, MicrosoftHostedbyConfluent
 
Icinga Camp Bangalore - Icinga and Icinga Director
Icinga Camp Bangalore - Icinga and Icinga Director Icinga Camp Bangalore - Icinga and Icinga Director
Icinga Camp Bangalore - Icinga and Icinga Director Icinga
 
A (XPages) developers guide to Cloudant - MeetIT
A (XPages) developers guide to Cloudant - MeetITA (XPages) developers guide to Cloudant - MeetIT
A (XPages) developers guide to Cloudant - MeetITFrank van der Linden
 
Atlassian tools at Inventive Designers
Atlassian tools at Inventive DesignersAtlassian tools at Inventive Designers
Atlassian tools at Inventive DesignersTars Joris
 
Rapid Prototyping for Big Data with AWS
Rapid Prototyping for Big Data with AWS Rapid Prototyping for Big Data with AWS
Rapid Prototyping for Big Data with AWS SoftServe
 
App Services - Connecting the dots of Web Mobile and Integration_published
App Services - Connecting the dots of Web Mobile and Integration_publishedApp Services - Connecting the dots of Web Mobile and Integration_published
App Services - Connecting the dots of Web Mobile and Integration_publishedWagner Silveira
 
Icinga Camp Bangalore - Enterprise exceptions
Icinga Camp Bangalore - Enterprise exceptions Icinga Camp Bangalore - Enterprise exceptions
Icinga Camp Bangalore - Enterprise exceptions Icinga
 
Rootconf 2017 - State of the Open Source monitoring landscape
Rootconf 2017 - State of the Open Source monitoring landscape Rootconf 2017 - State of the Open Source monitoring landscape
Rootconf 2017 - State of the Open Source monitoring landscape NETWAYS
 
MongoDB World 2018: Replatforming: Switching to MongoDB for Flexibility, Scal...
MongoDB World 2018: Replatforming: Switching to MongoDB for Flexibility, Scal...MongoDB World 2018: Replatforming: Switching to MongoDB for Flexibility, Scal...
MongoDB World 2018: Replatforming: Switching to MongoDB for Flexibility, Scal...MongoDB
 
Building the Serverless Container Experience: Kevin McGrath, Spotinst, Server...
Building the Serverless Container Experience: Kevin McGrath, Spotinst, Server...Building the Serverless Container Experience: Kevin McGrath, Spotinst, Server...
Building the Serverless Container Experience: Kevin McGrath, Spotinst, Server...iguazio
 
Nagios Conference 2014 - Scott Wilkerson - Getting Started with Nagios Networ...
Nagios Conference 2014 - Scott Wilkerson - Getting Started with Nagios Networ...Nagios Conference 2014 - Scott Wilkerson - Getting Started with Nagios Networ...
Nagios Conference 2014 - Scott Wilkerson - Getting Started with Nagios Networ...Nagios
 
DEV-1129 How Watson, Bluemix, Cloudant, and XPages Can Work Together In A Rea...
DEV-1129 How Watson, Bluemix, Cloudant, and XPages Can Work Together In A Rea...DEV-1129 How Watson, Bluemix, Cloudant, and XPages Can Work Together In A Rea...
DEV-1129 How Watson, Bluemix, Cloudant, and XPages Can Work Together In A Rea...Frank van der Linden
 
Nielsen Presents: Fun with Kafka, Spark and Offset Management
Nielsen Presents: Fun with Kafka, Spark and Offset ManagementNielsen Presents: Fun with Kafka, Spark and Offset Management
Nielsen Presents: Fun with Kafka, Spark and Offset ManagementSimona Meriam
 
AWS for Java Developers workshop
AWS for Java Developers workshopAWS for Java Developers workshop
AWS for Java Developers workshopRory Preddy
 
Михаил Максимов ( Software engineer, DataArt. AWS certified Solution Architect)
Михаил Максимов ( Software engineer, DataArt. AWS certified Solution Architect)Михаил Максимов ( Software engineer, DataArt. AWS certified Solution Architect)
Михаил Максимов ( Software engineer, DataArt. AWS certified Solution Architect)DataArt
 
Spark logs made easy
Spark logs made easySpark logs made easy
Spark logs made easySimona Meriam
 
Auditing data and answering the life long question, is it the end of the day ...
Auditing data and answering the life long question, is it the end of the day ...Auditing data and answering the life long question, is it the end of the day ...
Auditing data and answering the life long question, is it the end of the day ...Simona Meriam
 
Serverless Framework (2018)
Serverless Framework (2018)Serverless Framework (2018)
Serverless Framework (2018)Rowell Belen
 

What's hot (20)

Meetup#7: AWS LightSail - The Simplicity of VPS - The Power of AWS
Meetup#7: AWS LightSail - The Simplicity of VPS - The Power of AWSMeetup#7: AWS LightSail - The Simplicity of VPS - The Power of AWS
Meetup#7: AWS LightSail - The Simplicity of VPS - The Power of AWS
 
Azure Cosmos DB Kafka Connectors | Abinav Rameesh, Microsoft
Azure Cosmos DB Kafka Connectors | Abinav Rameesh, MicrosoftAzure Cosmos DB Kafka Connectors | Abinav Rameesh, Microsoft
Azure Cosmos DB Kafka Connectors | Abinav Rameesh, Microsoft
 
Icinga Camp Bangalore - Icinga and Icinga Director
Icinga Camp Bangalore - Icinga and Icinga Director Icinga Camp Bangalore - Icinga and Icinga Director
Icinga Camp Bangalore - Icinga and Icinga Director
 
A (XPages) developers guide to Cloudant - MeetIT
A (XPages) developers guide to Cloudant - MeetITA (XPages) developers guide to Cloudant - MeetIT
A (XPages) developers guide to Cloudant - MeetIT
 
Atlassian tools at Inventive Designers
Atlassian tools at Inventive DesignersAtlassian tools at Inventive Designers
Atlassian tools at Inventive Designers
 
Rapid Prototyping for Big Data with AWS
Rapid Prototyping for Big Data with AWS Rapid Prototyping for Big Data with AWS
Rapid Prototyping for Big Data with AWS
 
App Services - Connecting the dots of Web Mobile and Integration_published
App Services - Connecting the dots of Web Mobile and Integration_publishedApp Services - Connecting the dots of Web Mobile and Integration_published
App Services - Connecting the dots of Web Mobile and Integration_published
 
Icinga Camp Bangalore - Enterprise exceptions
Icinga Camp Bangalore - Enterprise exceptions Icinga Camp Bangalore - Enterprise exceptions
Icinga Camp Bangalore - Enterprise exceptions
 
Rootconf 2017 - State of the Open Source monitoring landscape
Rootconf 2017 - State of the Open Source monitoring landscape Rootconf 2017 - State of the Open Source monitoring landscape
Rootconf 2017 - State of the Open Source monitoring landscape
 
MongoDB World 2018: Replatforming: Switching to MongoDB for Flexibility, Scal...
MongoDB World 2018: Replatforming: Switching to MongoDB for Flexibility, Scal...MongoDB World 2018: Replatforming: Switching to MongoDB for Flexibility, Scal...
MongoDB World 2018: Replatforming: Switching to MongoDB for Flexibility, Scal...
 
Building the Serverless Container Experience: Kevin McGrath, Spotinst, Server...
Building the Serverless Container Experience: Kevin McGrath, Spotinst, Server...Building the Serverless Container Experience: Kevin McGrath, Spotinst, Server...
Building the Serverless Container Experience: Kevin McGrath, Spotinst, Server...
 
Nagios Conference 2014 - Scott Wilkerson - Getting Started with Nagios Networ...
Nagios Conference 2014 - Scott Wilkerson - Getting Started with Nagios Networ...Nagios Conference 2014 - Scott Wilkerson - Getting Started with Nagios Networ...
Nagios Conference 2014 - Scott Wilkerson - Getting Started with Nagios Networ...
 
DEV-1129 How Watson, Bluemix, Cloudant, and XPages Can Work Together In A Rea...
DEV-1129 How Watson, Bluemix, Cloudant, and XPages Can Work Together In A Rea...DEV-1129 How Watson, Bluemix, Cloudant, and XPages Can Work Together In A Rea...
DEV-1129 How Watson, Bluemix, Cloudant, and XPages Can Work Together In A Rea...
 
Nielsen Presents: Fun with Kafka, Spark and Offset Management
Nielsen Presents: Fun with Kafka, Spark and Offset ManagementNielsen Presents: Fun with Kafka, Spark and Offset Management
Nielsen Presents: Fun with Kafka, Spark and Offset Management
 
AWS for Java Developers workshop
AWS for Java Developers workshopAWS for Java Developers workshop
AWS for Java Developers workshop
 
Михаил Максимов ( Software engineer, DataArt. AWS certified Solution Architect)
Михаил Максимов ( Software engineer, DataArt. AWS certified Solution Architect)Михаил Максимов ( Software engineer, DataArt. AWS certified Solution Architect)
Михаил Максимов ( Software engineer, DataArt. AWS certified Solution Architect)
 
Spark logs made easy
Spark logs made easySpark logs made easy
Spark logs made easy
 
Auditing data and answering the life long question, is it the end of the day ...
Auditing data and answering the life long question, is it the end of the day ...Auditing data and answering the life long question, is it the end of the day ...
Auditing data and answering the life long question, is it the end of the day ...
 
DBaaS at Scale
DBaaS at ScaleDBaaS at Scale
DBaaS at Scale
 
Serverless Framework (2018)
Serverless Framework (2018)Serverless Framework (2018)
Serverless Framework (2018)
 

Viewers also liked

2012 10 16 presentasjon næringsdriv
2012 10 16 presentasjon næringsdriv2012 10 16 presentasjon næringsdriv
2012 10 16 presentasjon næringsdrivThor-Ragnar Klevstuen
 
2013 04 16 Exploring prepaid in the nordics
2013 04 16 Exploring prepaid in the nordics2013 04 16 Exploring prepaid in the nordics
2013 04 16 Exploring prepaid in the nordicsThor-Ragnar Klevstuen
 
2014 03 05 mobile wallets betalingsformidling 2014
2014 03 05 mobile wallets   betalingsformidling 20142014 03 05 mobile wallets   betalingsformidling 2014
2014 03 05 mobile wallets betalingsformidling 2014Thor-Ragnar Klevstuen
 
The amazing 7-year journey (a new way to tell your personal portfolio)
The amazing 7-year journey (a new way to tell your personal portfolio)The amazing 7-year journey (a new way to tell your personal portfolio)
The amazing 7-year journey (a new way to tell your personal portfolio)James Nguyen
 
#SLTeachMeet - Teacher Recruitment - @MyEdHunt by @TeacherToolkit
 #SLTeachMeet - Teacher Recruitment - @MyEdHunt by @TeacherToolkit  #SLTeachMeet - Teacher Recruitment - @MyEdHunt by @TeacherToolkit
#SLTeachMeet - Teacher Recruitment - @MyEdHunt by @TeacherToolkit Ross Morrison McGill
 
PiXL National Conference - 2nd December 2013 - Inspirational Leadership by @T...
PiXL National Conference - 2nd December 2013 - Inspirational Leadership by @T...PiXL National Conference - 2nd December 2013 - Inspirational Leadership by @T...
PiXL National Conference - 2nd December 2013 - Inspirational Leadership by @T...Ross Morrison McGill
 
2012 06 11 Presentasjon workshop den kontantløse by
2012 06 11 Presentasjon workshop   den kontantløse by2012 06 11 Presentasjon workshop   den kontantløse by
2012 06 11 Presentasjon workshop den kontantløse byThor-Ragnar Klevstuen
 
2013 05 07 Exploring prepaid in the nordics
2013 05 07 Exploring prepaid in the nordics2013 05 07 Exploring prepaid in the nordics
2013 05 07 Exploring prepaid in the nordicsThor-Ragnar Klevstuen
 
2012 08 30 Seil med Nets - Mobil betaling
2012 08 30 Seil med Nets - Mobil betaling2012 08 30 Seil med Nets - Mobil betaling
2012 08 30 Seil med Nets - Mobil betalingThor-Ragnar Klevstuen
 
2013 01 10 presentasjon Teleforum - Når mobilen blir lommebok
2013 01 10 presentasjon Teleforum - Når mobilen blir lommebok2013 01 10 presentasjon Teleforum - Når mobilen blir lommebok
2013 01 10 presentasjon Teleforum - Når mobilen blir lommebokThor-Ragnar Klevstuen
 
Database continuous integration, unit test and functional test
Database continuous integration, unit test and functional testDatabase continuous integration, unit test and functional test
Database continuous integration, unit test and functional testHarry Zheng
 
What Works? Action Research by @QKynaston
What Works? Action Research by @QKynastonWhat Works? Action Research by @QKynaston
What Works? Action Research by @QKynastonRoss Morrison McGill
 
CxO Lean StepUp ACT NOW model and canvas Macrow Lean Services Melbourne +61 4...
CxO Lean StepUp ACT NOW model and canvas Macrow Lean Services Melbourne +61 4...CxO Lean StepUp ACT NOW model and canvas Macrow Lean Services Melbourne +61 4...
CxO Lean StepUp ACT NOW model and canvas Macrow Lean Services Melbourne +61 4...John Macrow
 
'Rapid Progress' Class Activity by @TeacherToolkit
'Rapid Progress' Class Activity by @TeacherToolkit'Rapid Progress' Class Activity by @TeacherToolkit
'Rapid Progress' Class Activity by @TeacherToolkitRoss Morrison McGill
 

Viewers also liked (17)

2012 10 16 presentasjon næringsdriv
2012 10 16 presentasjon næringsdriv2012 10 16 presentasjon næringsdriv
2012 10 16 presentasjon næringsdriv
 
2013 04 16 Exploring prepaid in the nordics
2013 04 16 Exploring prepaid in the nordics2013 04 16 Exploring prepaid in the nordics
2013 04 16 Exploring prepaid in the nordics
 
2014 03 05 mobile wallets betalingsformidling 2014
2014 03 05 mobile wallets   betalingsformidling 20142014 03 05 mobile wallets   betalingsformidling 2014
2014 03 05 mobile wallets betalingsformidling 2014
 
The amazing 7-year journey (a new way to tell your personal portfolio)
The amazing 7-year journey (a new way to tell your personal portfolio)The amazing 7-year journey (a new way to tell your personal portfolio)
The amazing 7-year journey (a new way to tell your personal portfolio)
 
#SLTeachMeet - Teacher Recruitment - @MyEdHunt by @TeacherToolkit
 #SLTeachMeet - Teacher Recruitment - @MyEdHunt by @TeacherToolkit  #SLTeachMeet - Teacher Recruitment - @MyEdHunt by @TeacherToolkit
#SLTeachMeet - Teacher Recruitment - @MyEdHunt by @TeacherToolkit
 
PiXL National Conference - 2nd December 2013 - Inspirational Leadership by @T...
PiXL National Conference - 2nd December 2013 - Inspirational Leadership by @T...PiXL National Conference - 2nd December 2013 - Inspirational Leadership by @T...
PiXL National Conference - 2nd December 2013 - Inspirational Leadership by @T...
 
2012 06 11 Presentasjon workshop den kontantløse by
2012 06 11 Presentasjon workshop   den kontantløse by2012 06 11 Presentasjon workshop   den kontantløse by
2012 06 11 Presentasjon workshop den kontantløse by
 
2014 11 04 trends in the market
2014 11 04 trends in the market2014 11 04 trends in the market
2014 11 04 trends in the market
 
2013 05 07 Exploring prepaid in the nordics
2013 05 07 Exploring prepaid in the nordics2013 05 07 Exploring prepaid in the nordics
2013 05 07 Exploring prepaid in the nordics
 
2012 08 30 Seil med Nets - Mobil betaling
2012 08 30 Seil med Nets - Mobil betaling2012 08 30 Seil med Nets - Mobil betaling
2012 08 30 Seil med Nets - Mobil betaling
 
2013 01 10 presentasjon Teleforum - Når mobilen blir lommebok
2013 01 10 presentasjon Teleforum - Når mobilen blir lommebok2013 01 10 presentasjon Teleforum - Når mobilen blir lommebok
2013 01 10 presentasjon Teleforum - Når mobilen blir lommebok
 
Database continuous integration, unit test and functional test
Database continuous integration, unit test and functional testDatabase continuous integration, unit test and functional test
Database continuous integration, unit test and functional test
 
Hisar Intercontinental Hospital - Arabic Version
Hisar Intercontinental Hospital - Arabic VersionHisar Intercontinental Hospital - Arabic Version
Hisar Intercontinental Hospital - Arabic Version
 
What Works? Action Research by @QKynaston
What Works? Action Research by @QKynastonWhat Works? Action Research by @QKynaston
What Works? Action Research by @QKynaston
 
Hisar Intercontinental Hospital - English Version
Hisar Intercontinental Hospital - English VersionHisar Intercontinental Hospital - English Version
Hisar Intercontinental Hospital - English Version
 
CxO Lean StepUp ACT NOW model and canvas Macrow Lean Services Melbourne +61 4...
CxO Lean StepUp ACT NOW model and canvas Macrow Lean Services Melbourne +61 4...CxO Lean StepUp ACT NOW model and canvas Macrow Lean Services Melbourne +61 4...
CxO Lean StepUp ACT NOW model and canvas Macrow Lean Services Melbourne +61 4...
 
'Rapid Progress' Class Activity by @TeacherToolkit
'Rapid Progress' Class Activity by @TeacherToolkit'Rapid Progress' Class Activity by @TeacherToolkit
'Rapid Progress' Class Activity by @TeacherToolkit
 

Similar to New in PASS Summit 2014 - Azure Doc DB, ML, Query Store Highlighted

Optimize with Open Source
Optimize with Open SourceOptimize with Open Source
Optimize with Open SourceEDB
 
Nippon It Solutions Data services offering 2015
Nippon It Solutions Data services offering 2015Nippon It Solutions Data services offering 2015
Nippon It Solutions Data services offering 2015Vinay Mistry
 
Modern MySQL Monitoring and Dashboards.
Modern MySQL Monitoring and Dashboards.Modern MySQL Monitoring and Dashboards.
Modern MySQL Monitoring and Dashboards.Mydbops
 
What we learned at PASS Summit in 2019
What we learned at PASS Summit in 2019What we learned at PASS Summit in 2019
What we learned at PASS Summit in 2019Red Gate Software
 
Optimizing Open Source for Greater Database Savings and Control
Optimizing Open Source for Greater Database Savings and ControlOptimizing Open Source for Greater Database Savings and Control
Optimizing Open Source for Greater Database Savings and ControlEDB
 
POWER BI Training From SQL SchoolV2.pptx
POWER BI Training From SQL SchoolV2.pptxPOWER BI Training From SQL SchoolV2.pptx
POWER BI Training From SQL SchoolV2.pptxSequelGate
 
Making Data Scientists Productive in Azure
Making Data Scientists Productive in AzureMaking Data Scientists Productive in Azure
Making Data Scientists Productive in AzureValdas Maksimavičius
 
SharePoint Connections Conference Amsterdam - Pitfalls and success factors of...
SharePoint Connections Conference Amsterdam - Pitfalls and success factors of...SharePoint Connections Conference Amsterdam - Pitfalls and success factors of...
SharePoint Connections Conference Amsterdam - Pitfalls and success factors of...Wilco Turnhout
 
SQLSaturday 664 - Troubleshoot SQL Server performance problems like a Microso...
SQLSaturday 664 - Troubleshoot SQL Server performance problems like a Microso...SQLSaturday 664 - Troubleshoot SQL Server performance problems like a Microso...
SQLSaturday 664 - Troubleshoot SQL Server performance problems like a Microso...Marek Maśko
 
Optimizing Open Source for Greater Database Savings & Control
Optimizing Open Source for Greater Database Savings & ControlOptimizing Open Source for Greater Database Savings & Control
Optimizing Open Source for Greater Database Savings & ControlEDB
 
Postgres for the Future
Postgres for the FuturePostgres for the Future
Postgres for the FutureEDB
 
Geek Sync | Deployment and Management of Complex Azure Environments
Geek Sync | Deployment and Management of Complex Azure EnvironmentsGeek Sync | Deployment and Management of Complex Azure Environments
Geek Sync | Deployment and Management of Complex Azure EnvironmentsIDERA Software
 
Untangling the web11
Untangling the web11Untangling the web11
Untangling the web11Derek Jacoby
 
Gs08 modernize your data platform with sql technologies wash dc
Gs08 modernize your data platform with sql technologies   wash dcGs08 modernize your data platform with sql technologies   wash dc
Gs08 modernize your data platform with sql technologies wash dcBob Ward
 
KoprowskiT_SQLRelay2014#4_Caerdydd_MaintenancePlansForBeginners
KoprowskiT_SQLRelay2014#4_Caerdydd_MaintenancePlansForBeginnersKoprowskiT_SQLRelay2014#4_Caerdydd_MaintenancePlansForBeginners
KoprowskiT_SQLRelay2014#4_Caerdydd_MaintenancePlansForBeginnersTobias Koprowski
 
SQL Server 2019 hotlap - WARDY IT Solutions
SQL Server 2019 hotlap - WARDY IT SolutionsSQL Server 2019 hotlap - WARDY IT Solutions
SQL Server 2019 hotlap - WARDY IT SolutionsMichaela Murray
 
Directions NA Choosing the best possible Azure platform for NAV
Directions NA Choosing the best possible Azure platform for NAVDirections NA Choosing the best possible Azure platform for NAV
Directions NA Choosing the best possible Azure platform for NAVAleksandar Totovic
 
Can Your Mobile Infrastructure Survive 1 Million Concurrent Users?
Can Your Mobile Infrastructure Survive 1 Million Concurrent Users?Can Your Mobile Infrastructure Survive 1 Million Concurrent Users?
Can Your Mobile Infrastructure Survive 1 Million Concurrent Users?TechWell
 
Nagios XI Best Practices
Nagios XI Best PracticesNagios XI Best Practices
Nagios XI Best PracticesNagios
 

Similar to New in PASS Summit 2014 - Azure Doc DB, ML, Query Store Highlighted (20)

Optimize with Open Source
Optimize with Open SourceOptimize with Open Source
Optimize with Open Source
 
Exploring sql server 2016
Exploring sql server 2016Exploring sql server 2016
Exploring sql server 2016
 
Nippon It Solutions Data services offering 2015
Nippon It Solutions Data services offering 2015Nippon It Solutions Data services offering 2015
Nippon It Solutions Data services offering 2015
 
Modern MySQL Monitoring and Dashboards.
Modern MySQL Monitoring and Dashboards.Modern MySQL Monitoring and Dashboards.
Modern MySQL Monitoring and Dashboards.
 
What we learned at PASS Summit in 2019
What we learned at PASS Summit in 2019What we learned at PASS Summit in 2019
What we learned at PASS Summit in 2019
 
Optimizing Open Source for Greater Database Savings and Control
Optimizing Open Source for Greater Database Savings and ControlOptimizing Open Source for Greater Database Savings and Control
Optimizing Open Source for Greater Database Savings and Control
 
POWER BI Training From SQL SchoolV2.pptx
POWER BI Training From SQL SchoolV2.pptxPOWER BI Training From SQL SchoolV2.pptx
POWER BI Training From SQL SchoolV2.pptx
 
Making Data Scientists Productive in Azure
Making Data Scientists Productive in AzureMaking Data Scientists Productive in Azure
Making Data Scientists Productive in Azure
 
SharePoint Connections Conference Amsterdam - Pitfalls and success factors of...
SharePoint Connections Conference Amsterdam - Pitfalls and success factors of...SharePoint Connections Conference Amsterdam - Pitfalls and success factors of...
SharePoint Connections Conference Amsterdam - Pitfalls and success factors of...
 
SQLSaturday 664 - Troubleshoot SQL Server performance problems like a Microso...
SQLSaturday 664 - Troubleshoot SQL Server performance problems like a Microso...SQLSaturday 664 - Troubleshoot SQL Server performance problems like a Microso...
SQLSaturday 664 - Troubleshoot SQL Server performance problems like a Microso...
 
Optimizing Open Source for Greater Database Savings & Control
Optimizing Open Source for Greater Database Savings & ControlOptimizing Open Source for Greater Database Savings & Control
Optimizing Open Source for Greater Database Savings & Control
 
Postgres for the Future
Postgres for the FuturePostgres for the Future
Postgres for the Future
 
Geek Sync | Deployment and Management of Complex Azure Environments
Geek Sync | Deployment and Management of Complex Azure EnvironmentsGeek Sync | Deployment and Management of Complex Azure Environments
Geek Sync | Deployment and Management of Complex Azure Environments
 
Untangling the web11
Untangling the web11Untangling the web11
Untangling the web11
 
Gs08 modernize your data platform with sql technologies wash dc
Gs08 modernize your data platform with sql technologies   wash dcGs08 modernize your data platform with sql technologies   wash dc
Gs08 modernize your data platform with sql technologies wash dc
 
KoprowskiT_SQLRelay2014#4_Caerdydd_MaintenancePlansForBeginners
KoprowskiT_SQLRelay2014#4_Caerdydd_MaintenancePlansForBeginnersKoprowskiT_SQLRelay2014#4_Caerdydd_MaintenancePlansForBeginners
KoprowskiT_SQLRelay2014#4_Caerdydd_MaintenancePlansForBeginners
 
SQL Server 2019 hotlap - WARDY IT Solutions
SQL Server 2019 hotlap - WARDY IT SolutionsSQL Server 2019 hotlap - WARDY IT Solutions
SQL Server 2019 hotlap - WARDY IT Solutions
 
Directions NA Choosing the best possible Azure platform for NAV
Directions NA Choosing the best possible Azure platform for NAVDirections NA Choosing the best possible Azure platform for NAV
Directions NA Choosing the best possible Azure platform for NAV
 
Can Your Mobile Infrastructure Survive 1 Million Concurrent Users?
Can Your Mobile Infrastructure Survive 1 Million Concurrent Users?Can Your Mobile Infrastructure Survive 1 Million Concurrent Users?
Can Your Mobile Infrastructure Survive 1 Million Concurrent Users?
 
Nagios XI Best Practices
Nagios XI Best PracticesNagios XI Best Practices
Nagios XI Best Practices
 

Recently uploaded

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 

Recently uploaded (20)

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 

New in PASS Summit 2014 - Azure Doc DB, ML, Query Store Highlighted

  • 1. What is new in PASS Summit 2014 • About PASS Summit – schedule, events • Keynotes • What is new 1
  • 2. PASS Summit Schedule Date: • Late October /Early November Sessions: • Monday – Tuesday: Preconference sessions • Wednesday – Friday: Summit sessions 2
  • 3. After hour events • Tuesday night: Welcome Reception • Wednesday night: Vendor Reception • Thursday night: Appreciation Party 3
  • 4. Keynotes • Wednesday morning keynote: • PASS financial update and board changes • SQL Server Release/feature announcement • Marketing talk about future direction • Thursday morning keynote: • In-depth tech talk: features Dr Rimma Nehme (Dr Dewitt) 4
  • 5. Day 1 Keynote: Microsoft Data Platform 5
  • 6. Day 2 Keynote: Cloud DB 6
  • 7. Day 2 Keynote: Cloud DB Options 7
  • 8. Cloud DB v.s. Earthed DB 8
  • 9. What’s new • Azure Document DB • Azure Stream Analytics • Azure Machine Learning • Query Store 9
  • 10. Azure Document DB A fully-managed, scalable, NoSQL document database service • Fully-managed document database-as-a-service with rich query and indexing capabilities over a schema-free JSON data model. • Offers configurable and reliable performance, native JavaScript transactional processing, and is built for the cloud with elastic scale. 10
  • 11. Azure Stream Analytics A fully managed service providing low latency, highly available, scalable complex event processing over streaming data in the cloud. 11
  • 12. Azure Machine Learning • Powerful cloud-based predictive analytics • Fully managed: No hardware or software to buy • Integrated: Drag, drop and connect • Best in Class Algorithms: Proven solutions from Xbox & Bing • R Built In: Use over 350 R packages or bring your own R code • Deploy in Minutes: Operationalize with a click 12
  • 13. Session highlights SQL Server 2014 feature on Statistics Update • Default auto update statistics after 20% change, which is not helpful to VLDB • Trace flag 2371 change the behaviour 13
  • 14. Favourite talk: multiple purpose SP Problem: • Google style search on multiple columns • LastName, FirstName, SIN, Other Identifiers SP Code: Select … From Person Where (@LastName is null or LastName = @LastName) And (@FirstName is null or FirstName = @FirstName) And … If the first execution is on @LastName then the execution plan is built based on index on LastName, the execution plan doesn’t work for other searches 14
  • 15. Favourite talk: multiple purpose SP Solution: • Dynamic SQL • Depends on whether the search is specific enough • Use SP_ExecuteSQL if no recompile is required • Use Exec(@Stmt) if recompile would be better 15