SlideShare uma empresa Scribd logo
1 de 67
•   intended audience :
      – SQL DBA’s, SQL Server enthousiasts, non Azure Database developers

•   goal :
     – Enlight the most valueable aspects on Windows Azure SQL Database and all related material
An evening in the
            cloud:
The old, the new and the big
Techmike2KX.wordpress.com




@Techmike2KX    mike.martin@csps.be
A quick intro to
Windows Azure
Cloud Services
Cloud Platforms
                                                                                      Public Cloud Platforms
                                                                                                           Platform as a Service (PaaS)
            Private Cloud             Infrastructure as a service (IaaS)           For Scalable Web Apps    For Data-Driven Business      For Collaboration Apps
              Platforms                                                                                              Apps


                                     Hosters
                   Dynamic
            infrastructure Toolkit
              for System Center                                                                               Dynamics CRM / xRM
                                       Dynamic DataCenter                  Windows Azure Platform                                              Office 365
Microsoft          (Hyper-V                                                                                         Online
                                        Toolkit for Hosters
               Cloud, AppFabric          (Hyper-V Cloud)
                    Server)
                                                                                                                                             Windows Live



                                     Hosters

                                                                                          Google                 Saleforce.com
             VMWare vSphere            VMWare vCloud Initiative (ESX,                                                                        Google Docs
                                                                                         AppEngine                 Force.com
              (ESX, vCenter)                    vCenter)


 Others
                                               Amazon Web Services
                                                     Amazon Web Services



                                               GoGrid Cloud
                                         Hosting, RackSPace, others
A SQL Database
Architecture in Azure
Single Database    Three Replicas




                       !    Replica 1




                            Replica 2
                                        Single Primary




              DB


                            Replica 3




                            Replica 4
Provisioning a SQL
 Database in Azure
•   supported :
     http://msdn.microsoft.com/en-us/library/ee336270.aspx

•   partially supported :
     http://msdn.microsoft.com/en-us/library/ee336267.aspx

•   unsupported :
     http://msdn.microsoft.com/en-us/library/ee336253.aspx
Database Benefits
Securing your data
1.                                            1.

2.                                            2.

3.                                            3.

                                              4.

 <connectionStrings>                          5.
 <addname="AdventureWorks"connectionString=   6.
     "Data
                                              7.
     Source=[server].database.windows.net;
     Integrated Security=False;               8.
     Initial Catalog=ProductsDb;              9.
     User Id=[login];
     Password=[password];
     Trusted_Connection=False;
     Encrypt=true;"
 providerName="System.Data.SqlClient"/>
 </connectionStrings>
BI Capable SQL
Database in Azure
http://server.reporting.windows.net/reports/report.rdl




                                                  Monitor/Comm
                                                   [SLA & Usage]
                                                           Monitor/Comm
                                                  [Performance]
                                                  [Traces & [SLA & Usage]
                                                            Logs]
                                                            [Performance]
                                                           [Traces & Logs]


                                                 RS Engine
                                                      RS Engine
The cloud and Beyond
HTTPS




        TDS
Spring is in the Cloud
Supported Versions
SQL Server 2012, 2008 R2, 2008
Supported Features
All SQL Server features supported except failover clustering *
SQL Server Provisioning
Cloud-first using stock images, bring your own server / VHD, capture cloud
images
SQL Server Licensing
Pay by the hour or migrate your own license via Software Assurance **
Storage Recommendations
Do not use write caching
Avoid using OS drive for large databases
Consider putting database and transaction log files on separate drives
Consider putting tempdb on the non-persistent cache disk (D:)
Database Recommendations
Consider using database page compression to reduce I/O
High Availability Recommendations
Consider latency between primary and replica when choosing sync mode
SQL Server         Windows Azure SQL Database
                                 (IaaS)                    (PaaS)
Development     Migrate Existing Apps          Develop New Apps
Management      Full Control                   Managed Service
Compatibility   Full SQL Server Capabilities   Based on SQL Server Technology



                                  Shared Technology
                     Network transport (Tabular Data Stream)
                            SQL dialect (Transact-SQL)
                     Data access APIs (ADO.NET, ODBC, JDBC)
                    Development tools (SQL Server Data Tools)
                 Management tools (SQL Server Management Studio)
Hybrid Public/Private Cloud
Web Tier
                                                      Active Directory                                               UI Process
                                                                                                                    Components
             SQL              SQL
           Reporting         Analysis    SQL                                                                   On-Premises
            Service          Service    Service       Active Directory                                         Machine
                                                                                                                Business Components
                                                                                                                      & Entities
                                                                                    Active Directory               On-Premises Machine
                                                       SQL Service
                                                                                                                   Domain joined to On-
                                                                                                                    Premises Network




                                                                                                                               Local DNS
                                                                                                    DC      DNS
                                                                Open User                          Persistent VM
                       Web Role 1                            Access (Website)
                                                                                 SharePoint
                                                                                                        Role
                                                                                                   Persistent VM
                                                                                  FrontEnd
                                                                                Persistent VM           Role
                                         SQL                                         Role                                          SQL
                                                                                                                              Persistent VM
                                        Service




                                                                                                                                              SQL Mirroring
                                                                                                                                   Role
                       Web Role 2

Internet                                                                         SharePoint
                                                                                  FrontEnd
                                                                                Persistent VM
                                                                                                    Search and
                                                                                                                                   SQL
                                                                                                       Indes                  Persistent VM
                                                                                     Role          Persistent VM
                       Web Role 3                 Internet
                                                                                                    SQL Service
                                                                                                        Role
                                                                                                                                   Role
Warning! Hot and New!!
1.

2.

3.
ALTER DATABASE   SET RECURSIVE_TRIGGERS ON|OFF
DBCC SHOW_STATISTICS
[ WITH [ NO_INFOMSGS ]             ]
< option > :: =
  STAT_HEADER | DENSITY_VECTOR | HISTOGRAM | STATS_STREAM
sp_set_database_firewall_rule
-- create new database-level firewall setting for only IP 0.0.0.4
exec sp_set_database_firewall_rule N'Example DB Setting 1','0.0.0.4','0.0.0.4'


-- update database-level firewall setting to also allow IP 0.0.0.5
exec sp_set_database_firewall_rule N'Example DB Setting 1','0.0.0.4','0.0.0.5'


                                                sys.database_firewall_rules
                       sys.firewall_rules
Bigger, Better, Bolder!
•   Guidance
•   Training
•   Technical Docs
•   Pricing, Licensing
•    www.windowsazure.com
•    Windows Azure Training Kit
•    MSDN WA SQL Database home : http://msdn.microsoft.com/en-
     us/library/windowsazure/ee336279.aspx
    •     BI : https://www.windowsazure.com/en-
          us/home/features/business-analytics/
    •     SQL : https://www.windowsazure.com/en-
          us/manage/services/sql-databases/
•    Pricing, Licensing : https://www.windowsazure.com/en-
     us/pricing/calculator
Thank you for your attention!

Mais conteúdo relacionado

Mais procurados

Lap around windows azure
Lap around windows azureLap around windows azure
Lap around windows azureManish Corriea
 
Integrating sps 2010 and windows azure
Integrating sps 2010 and windows azureIntegrating sps 2010 and windows azure
Integrating sps 2010 and windows azureManish Corriea
 
Mesh-Enabled Web Applications
Mesh-Enabled Web ApplicationsMesh-Enabled Web Applications
Mesh-Enabled Web Applicationsgoodfriday
 
Microsoft SQL Server Distributing Data with R2 Bertucci
Microsoft SQL Server Distributing Data with R2 BertucciMicrosoft SQL Server Distributing Data with R2 Bertucci
Microsoft SQL Server Distributing Data with R2 BertucciMark Ginnebaugh
 
6232 b 01
6232 b 016232 b 01
6232 b 01stamal
 
Windows Azure for Developers - Service Management
Windows Azure for Developers - Service ManagementWindows Azure for Developers - Service Management
Windows Azure for Developers - Service ManagementMichael Collier
 
Sql azure data services OData
Sql azure data services ODataSql azure data services OData
Sql azure data services ODataEduardo Castro
 
SQL Server 2008 Highlights
SQL Server 2008 HighlightsSQL Server 2008 Highlights
SQL Server 2008 HighlightsIntergen
 
Windows Phone 7 and Windows Azure – A Match Made in the Cloud
Windows Phone 7 and Windows Azure – A Match Made in the CloudWindows Phone 7 and Windows Azure – A Match Made in the Cloud
Windows Phone 7 and Windows Azure – A Match Made in the CloudMichael Collier
 
What's New for the Windows Azure Developer? Lots!!
What's New for the Windows Azure Developer?  Lots!!What's New for the Windows Azure Developer?  Lots!!
What's New for the Windows Azure Developer? Lots!!Michael Collier
 
MS TechDays 2011 - Cloud Computing with the Windows Azure Platform
MS TechDays 2011 - Cloud Computing with the Windows Azure PlatformMS TechDays 2011 - Cloud Computing with the Windows Azure Platform
MS TechDays 2011 - Cloud Computing with the Windows Azure PlatformSpiffy
 
SQL Azure Federation and Scalability
SQL Azure Federation and ScalabilitySQL Azure Federation and Scalability
SQL Azure Federation and ScalabilityEduardo Castro
 
Sql azure database under the hood
Sql azure database under the hoodSql azure database under the hood
Sql azure database under the hoodguest2dd056
 
Understanding The Azure Platform March 2010
Understanding The Azure Platform   March 2010Understanding The Azure Platform   March 2010
Understanding The Azure Platform March 2010DavidGristwood
 
Java on Windows Azure
Java on Windows AzureJava on Windows Azure
Java on Windows AzureDavid Chou
 
Java Web Programming Using Cloud Platform: Module 10
Java Web Programming Using Cloud Platform: Module 10Java Web Programming Using Cloud Platform: Module 10
Java Web Programming Using Cloud Platform: Module 10IMC Institute
 
Sp2010 high availlability
Sp2010 high availlabilitySp2010 high availlability
Sp2010 high availlabilitySamuel Zürcher
 
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...Michael Noel
 

Mais procurados (20)

Lap around windows azure
Lap around windows azureLap around windows azure
Lap around windows azure
 
Integrating sps 2010 and windows azure
Integrating sps 2010 and windows azureIntegrating sps 2010 and windows azure
Integrating sps 2010 and windows azure
 
Mesh-Enabled Web Applications
Mesh-Enabled Web ApplicationsMesh-Enabled Web Applications
Mesh-Enabled Web Applications
 
Microsoft SQL Server Distributing Data with R2 Bertucci
Microsoft SQL Server Distributing Data with R2 BertucciMicrosoft SQL Server Distributing Data with R2 Bertucci
Microsoft SQL Server Distributing Data with R2 Bertucci
 
6232 b 01
6232 b 016232 b 01
6232 b 01
 
Windows Azure for Developers - Service Management
Windows Azure for Developers - Service ManagementWindows Azure for Developers - Service Management
Windows Azure for Developers - Service Management
 
Sql azure data services OData
Sql azure data services ODataSql azure data services OData
Sql azure data services OData
 
SQL Server 2008 Highlights
SQL Server 2008 HighlightsSQL Server 2008 Highlights
SQL Server 2008 Highlights
 
Windows Phone 7 and Windows Azure – A Match Made in the Cloud
Windows Phone 7 and Windows Azure – A Match Made in the CloudWindows Phone 7 and Windows Azure – A Match Made in the Cloud
Windows Phone 7 and Windows Azure – A Match Made in the Cloud
 
What's New for the Windows Azure Developer? Lots!!
What's New for the Windows Azure Developer?  Lots!!What's New for the Windows Azure Developer?  Lots!!
What's New for the Windows Azure Developer? Lots!!
 
Krishnakumar Rajendran (1)
Krishnakumar Rajendran (1)Krishnakumar Rajendran (1)
Krishnakumar Rajendran (1)
 
MS TechDays 2011 - Cloud Computing with the Windows Azure Platform
MS TechDays 2011 - Cloud Computing with the Windows Azure PlatformMS TechDays 2011 - Cloud Computing with the Windows Azure Platform
MS TechDays 2011 - Cloud Computing with the Windows Azure Platform
 
SQL Azure Federation and Scalability
SQL Azure Federation and ScalabilitySQL Azure Federation and Scalability
SQL Azure Federation and Scalability
 
ASAP Session 3
ASAP Session 3ASAP Session 3
ASAP Session 3
 
Sql azure database under the hood
Sql azure database under the hoodSql azure database under the hood
Sql azure database under the hood
 
Understanding The Azure Platform March 2010
Understanding The Azure Platform   March 2010Understanding The Azure Platform   March 2010
Understanding The Azure Platform March 2010
 
Java on Windows Azure
Java on Windows AzureJava on Windows Azure
Java on Windows Azure
 
Java Web Programming Using Cloud Platform: Module 10
Java Web Programming Using Cloud Platform: Module 10Java Web Programming Using Cloud Platform: Module 10
Java Web Programming Using Cloud Platform: Module 10
 
Sp2010 high availlability
Sp2010 high availlabilitySp2010 high availlability
Sp2010 high availlability
 
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...
 

Destaque

Graphic design, live event design, theme decor & production experiences
Graphic design, live event design, theme decor & production experiencesGraphic design, live event design, theme decor & production experiences
Graphic design, live event design, theme decor & production experiencesRonnie Caplan
 
Shotgun wedding & solutions
Shotgun wedding & solutionsShotgun wedding & solutions
Shotgun wedding & solutionsMarc O Donoghue
 
Responses To Pain by Carl Graham Clinical Psychologist
Responses To Pain by Carl Graham Clinical PsychologistResponses To Pain by Carl Graham Clinical Psychologist
Responses To Pain by Carl Graham Clinical PsychologistAONTpresentations
 
Task 1c The Great Train Robbery
Task 1c The Great Train RobberyTask 1c The Great Train Robbery
Task 1c The Great Train RobberyHarmeet Kaur
 
Shakespear's Play - Troilus and Cressida
Shakespear's Play - Troilus and CressidaShakespear's Play - Troilus and Cressida
Shakespear's Play - Troilus and CressidaAfra_K
 
Fun Team Building: How to Coach & Be Coached
Fun Team Building: How to Coach & Be CoachedFun Team Building: How to Coach & Be Coached
Fun Team Building: How to Coach & Be CoachedFun Team Building
 
Beyond the Boardroom - Fun Team building Event Shooting Hoops with Basketball...
Beyond the Boardroom - Fun Team building Event Shooting Hoops with Basketball...Beyond the Boardroom - Fun Team building Event Shooting Hoops with Basketball...
Beyond the Boardroom - Fun Team building Event Shooting Hoops with Basketball...steve dalton
 
Perth Eye Hospital Team Building event with Beyond the Boardroom
Perth Eye Hospital Team Building event with Beyond the BoardroomPerth Eye Hospital Team Building event with Beyond the Boardroom
Perth Eye Hospital Team Building event with Beyond the Boardroomsteve dalton
 
Pistoia Alliance RSC evening event 2015: Ashley George's introduction
Pistoia Alliance RSC evening event 2015: Ashley George's introductionPistoia Alliance RSC evening event 2015: Ashley George's introduction
Pistoia Alliance RSC evening event 2015: Ashley George's introductionPistoia Alliance
 
Double E Party & Events
Double E Party & EventsDouble E Party & Events
Double E Party & Eventseric
 
Crimson Edge Events Brochure
Crimson Edge Events BrochureCrimson Edge Events Brochure
Crimson Edge Events BrochureRay Clark
 
Ramoji Film City Corporate Presentation
Ramoji Film City Corporate PresentationRamoji Film City Corporate Presentation
Ramoji Film City Corporate PresentationNaveen Krishna
 
TEAM BUILDING PROPOSAL
TEAM BUILDING PROPOSALTEAM BUILDING PROPOSAL
TEAM BUILDING PROPOSALPaul Navamani
 
Day of the dead ppt presentation
Day of the dead   ppt presentationDay of the dead   ppt presentation
Day of the dead ppt presentationPaola Tineo
 
Team building presentation ppt.2003
Team building presentation ppt.2003Team building presentation ppt.2003
Team building presentation ppt.2003Aliraza Afzal
 

Destaque (19)

Digital Jungle Team Building Event
Digital Jungle Team Building EventDigital Jungle Team Building Event
Digital Jungle Team Building Event
 
Graphic design, live event design, theme decor & production experiences
Graphic design, live event design, theme decor & production experiencesGraphic design, live event design, theme decor & production experiences
Graphic design, live event design, theme decor & production experiences
 
Shotgun wedding & solutions
Shotgun wedding & solutionsShotgun wedding & solutions
Shotgun wedding & solutions
 
Responses To Pain by Carl Graham Clinical Psychologist
Responses To Pain by Carl Graham Clinical PsychologistResponses To Pain by Carl Graham Clinical Psychologist
Responses To Pain by Carl Graham Clinical Psychologist
 
Presentation
PresentationPresentation
Presentation
 
The Dark Knight
The Dark Knight The Dark Knight
The Dark Knight
 
Task 1c The Great Train Robbery
Task 1c The Great Train RobberyTask 1c The Great Train Robbery
Task 1c The Great Train Robbery
 
Shakespear's Play - Troilus and Cressida
Shakespear's Play - Troilus and CressidaShakespear's Play - Troilus and Cressida
Shakespear's Play - Troilus and Cressida
 
Fun Team Building: How to Coach & Be Coached
Fun Team Building: How to Coach & Be CoachedFun Team Building: How to Coach & Be Coached
Fun Team Building: How to Coach & Be Coached
 
Beyond the Boardroom - Fun Team building Event Shooting Hoops with Basketball...
Beyond the Boardroom - Fun Team building Event Shooting Hoops with Basketball...Beyond the Boardroom - Fun Team building Event Shooting Hoops with Basketball...
Beyond the Boardroom - Fun Team building Event Shooting Hoops with Basketball...
 
Perth Eye Hospital Team Building event with Beyond the Boardroom
Perth Eye Hospital Team Building event with Beyond the BoardroomPerth Eye Hospital Team Building event with Beyond the Boardroom
Perth Eye Hospital Team Building event with Beyond the Boardroom
 
Pistoia Alliance RSC evening event 2015: Ashley George's introduction
Pistoia Alliance RSC evening event 2015: Ashley George's introductionPistoia Alliance RSC evening event 2015: Ashley George's introduction
Pistoia Alliance RSC evening event 2015: Ashley George's introduction
 
Double E Party & Events
Double E Party & EventsDouble E Party & Events
Double E Party & Events
 
Crimson Edge Events Brochure
Crimson Edge Events BrochureCrimson Edge Events Brochure
Crimson Edge Events Brochure
 
Ramoji Film City Corporate Presentation
Ramoji Film City Corporate PresentationRamoji Film City Corporate Presentation
Ramoji Film City Corporate Presentation
 
TEAM BUILDING PROPOSAL
TEAM BUILDING PROPOSALTEAM BUILDING PROPOSAL
TEAM BUILDING PROPOSAL
 
Day of the dead ppt presentation
Day of the dead   ppt presentationDay of the dead   ppt presentation
Day of the dead ppt presentation
 
Crimes
CrimesCrimes
Crimes
 
Team building presentation ppt.2003
Team building presentation ppt.2003Team building presentation ppt.2003
Team building presentation ppt.2003
 

Semelhante a Azure SQL Database: An Introduction to the Platform as a Service

Microsoft SQL Azure - Building Applications Using SQL Azure Presentation
Microsoft SQL Azure - Building Applications Using SQL Azure PresentationMicrosoft SQL Azure - Building Applications Using SQL Azure Presentation
Microsoft SQL Azure - Building Applications Using SQL Azure PresentationMicrosoft Private Cloud
 
Windows Azure Uzerinden Alinabilen Hizmetler
Windows Azure Uzerinden Alinabilen HizmetlerWindows Azure Uzerinden Alinabilen Hizmetler
Windows Azure Uzerinden Alinabilen HizmetlerMustafa
 
Windows Azure Üzerinden Alınabilecek Hizmetler
Windows Azure Üzerinden Alınabilecek HizmetlerWindows Azure Üzerinden Alınabilecek Hizmetler
Windows Azure Üzerinden Alınabilecek HizmetlerMSHOWTO Bilisim Toplulugu
 
Azure Cloud Dev Camp - App Platform
Azure Cloud Dev Camp - App PlatformAzure Cloud Dev Camp - App Platform
Azure Cloud Dev Camp - App Platformgiventocode
 
SharePoint 2010 as a Development Platform
SharePoint 2010 as a Development PlatformSharePoint 2010 as a Development Platform
SharePoint 2010 as a Development PlatformAyman El-Hattab
 
Software architecture to analyze licensing needs for pcms- pegasus cargo ma...
Software architecture   to analyze licensing needs for pcms- pegasus cargo ma...Software architecture   to analyze licensing needs for pcms- pegasus cargo ma...
Software architecture to analyze licensing needs for pcms- pegasus cargo ma...Shahzad
 
DevOps and Cloud at NI
DevOps and Cloud at NIDevOps and Cloud at NI
DevOps and Cloud at NIErnest Mueller
 
azure track -05- windows azure pack deep dive
azure track -05- windows azure pack deep diveazure track -05- windows azure pack deep dive
azure track -05- windows azure pack deep diveITProceed
 
2009 Q2 WSO2 Technical Update
2009 Q2 WSO2 Technical Update2009 Q2 WSO2 Technical Update
2009 Q2 WSO2 Technical UpdateWSO2
 
Choosing Your Windows Azure Platform Strategy
Choosing Your Windows Azure Platform StrategyChoosing Your Windows Azure Platform Strategy
Choosing Your Windows Azure Platform Strategydrmarcustillett
 
Windows Azure For Architects
Windows Azure For ArchitectsWindows Azure For Architects
Windows Azure For ArchitectsAnko Duizer
 
Windows Azure: Is Azure right for you?
Windows Azure: Is Azure right for you?Windows Azure: Is Azure right for you?
Windows Azure: Is Azure right for you?Intergen
 
Microsoft Cloud Database & Cloud BI
Microsoft Cloud Database & Cloud BIMicrosoft Cloud Database & Cloud BI
Microsoft Cloud Database & Cloud BIMark Kromer
 
Azure Data.pptx
Azure Data.pptxAzure Data.pptx
Azure Data.pptxFedoRam1
 
Luis Alves Martins Presentation / CloudViews.Org - Cloud Computing Conference...
Luis Alves Martins Presentation / CloudViews.Org - Cloud Computing Conference...Luis Alves Martins Presentation / CloudViews.Org - Cloud Computing Conference...
Luis Alves Martins Presentation / CloudViews.Org - Cloud Computing Conference...EuroCloud
 

Semelhante a Azure SQL Database: An Introduction to the Platform as a Service (20)

Microsoft Azure
Microsoft AzureMicrosoft Azure
Microsoft Azure
 
Microsoft SQL Azure - Building Applications Using SQL Azure Presentation
Microsoft SQL Azure - Building Applications Using SQL Azure PresentationMicrosoft SQL Azure - Building Applications Using SQL Azure Presentation
Microsoft SQL Azure - Building Applications Using SQL Azure Presentation
 
Windows Azure
Windows AzureWindows Azure
Windows Azure
 
Windows Azure Uzerinden Alinabilen Hizmetler
Windows Azure Uzerinden Alinabilen HizmetlerWindows Azure Uzerinden Alinabilen Hizmetler
Windows Azure Uzerinden Alinabilen Hizmetler
 
Windows Azure Üzerinden Alınabilecek Hizmetler
Windows Azure Üzerinden Alınabilecek HizmetlerWindows Azure Üzerinden Alınabilecek Hizmetler
Windows Azure Üzerinden Alınabilecek Hizmetler
 
Azure Cloud Dev Camp - App Platform
Azure Cloud Dev Camp - App PlatformAzure Cloud Dev Camp - App Platform
Azure Cloud Dev Camp - App Platform
 
SharePoint 2010 as a Development Platform
SharePoint 2010 as a Development PlatformSharePoint 2010 as a Development Platform
SharePoint 2010 as a Development Platform
 
Software architecture to analyze licensing needs for pcms- pegasus cargo ma...
Software architecture   to analyze licensing needs for pcms- pegasus cargo ma...Software architecture   to analyze licensing needs for pcms- pegasus cargo ma...
Software architecture to analyze licensing needs for pcms- pegasus cargo ma...
 
DevOps and Cloud at NI
DevOps and Cloud at NIDevOps and Cloud at NI
DevOps and Cloud at NI
 
azure track -05- windows azure pack deep dive
azure track -05- windows azure pack deep diveazure track -05- windows azure pack deep dive
azure track -05- windows azure pack deep dive
 
2009 Q2 WSO2 Technical Update
2009 Q2 WSO2 Technical Update2009 Q2 WSO2 Technical Update
2009 Q2 WSO2 Technical Update
 
Migrating Apps To Azure
Migrating Apps To AzureMigrating Apps To Azure
Migrating Apps To Azure
 
Azure diario de abordo
Azure diario de abordoAzure diario de abordo
Azure diario de abordo
 
Choosing Your Windows Azure Platform Strategy
Choosing Your Windows Azure Platform StrategyChoosing Your Windows Azure Platform Strategy
Choosing Your Windows Azure Platform Strategy
 
Windows Azure For Architects
Windows Azure For ArchitectsWindows Azure For Architects
Windows Azure For Architects
 
Windows Azure: Is Azure right for you?
Windows Azure: Is Azure right for you?Windows Azure: Is Azure right for you?
Windows Azure: Is Azure right for you?
 
Microsoft Cloud Database & Cloud BI
Microsoft Cloud Database & Cloud BIMicrosoft Cloud Database & Cloud BI
Microsoft Cloud Database & Cloud BI
 
SQL Azure for ITPros
SQL Azure for ITProsSQL Azure for ITPros
SQL Azure for ITPros
 
Azure Data.pptx
Azure Data.pptxAzure Data.pptx
Azure Data.pptx
 
Luis Alves Martins Presentation / CloudViews.Org - Cloud Computing Conference...
Luis Alves Martins Presentation / CloudViews.Org - Cloud Computing Conference...Luis Alves Martins Presentation / CloudViews.Org - Cloud Computing Conference...
Luis Alves Martins Presentation / CloudViews.Org - Cloud Computing Conference...
 

Mais de Mike Martin

Techdays SE 2016 - Micros.. err Microcosmos
Techdays SE 2016 - Micros.. err MicrocosmosTechdays SE 2016 - Micros.. err Microcosmos
Techdays SE 2016 - Micros.. err MicrocosmosMike Martin
 
The Azure API-ness Factory
The Azure API-ness FactoryThe Azure API-ness Factory
The Azure API-ness FactoryMike Martin
 
Microsoft Azure : Hey ITPRo's Meet Azure .. .again!
Microsoft Azure : Hey ITPRo's Meet Azure .. .again!Microsoft Azure : Hey ITPRo's Meet Azure .. .again!
Microsoft Azure : Hey ITPRo's Meet Azure .. .again!Mike Martin
 
TechORama : The Toolshed: Inside Windows Azure Tools : Monaco and other tooli...
TechORama : The Toolshed: Inside Windows Azure Tools : Monaco and other tooli...TechORama : The Toolshed: Inside Windows Azure Tools : Monaco and other tooli...
TechORama : The Toolshed: Inside Windows Azure Tools : Monaco and other tooli...Mike Martin
 
Lights, Camera, Action - Windows Azure Media Services on the Loose - the Azug...
Lights, Camera, Action - Windows Azure Media Services on the Loose - the Azug...Lights, Camera, Action - Windows Azure Media Services on the Loose - the Azug...
Lights, Camera, Action - Windows Azure Media Services on the Loose - the Azug...Mike Martin
 
Protecting your online and on premises assets “Cloud Style”
Protecting your online and on premises assets “Cloud Style”Protecting your online and on premises assets “Cloud Style”
Protecting your online and on premises assets “Cloud Style”Mike Martin
 
Windows Azure Visual Studio "Monaco"", Because it’s mundane
Windows Azure Visual Studio "Monaco"", Because it’s mundaneWindows Azure Visual Studio "Monaco"", Because it’s mundane
Windows Azure Visual Studio "Monaco"", Because it’s mundaneMike Martin
 
1 … 2 … Cloud: Welcome to the Sharks with freaking lasers, a Windows Azure ov...
1 … 2 … Cloud: Welcome to the Sharks with freaking lasers, a Windows Azure ov...1 … 2 … Cloud: Welcome to the Sharks with freaking lasers, a Windows Azure ov...
1 … 2 … Cloud: Welcome to the Sharks with freaking lasers, a Windows Azure ov...Mike Martin
 
Windows Azure through the eyes of an it pro
Windows Azure through the eyes of an it proWindows Azure through the eyes of an it pro
Windows Azure through the eyes of an it proMike Martin
 
Windows Azure IaaS and Hybrid
Windows Azure IaaS and HybridWindows Azure IaaS and Hybrid
Windows Azure IaaS and HybridMike Martin
 
Windows Azure IaaS and Hybrid, a customer tale
Windows Azure IaaS and Hybrid, a customer taleWindows Azure IaaS and Hybrid, a customer tale
Windows Azure IaaS and Hybrid, a customer taleMike Martin
 
Azure conf mm_wa_mese_ol
Azure conf mm_wa_mese_olAzure conf mm_wa_mese_ol
Azure conf mm_wa_mese_olMike Martin
 
Windows azure virtuallyspeaking_ol
Windows azure virtuallyspeaking_olWindows azure virtuallyspeaking_ol
Windows azure virtuallyspeaking_olMike Martin
 
Belgian Windows Server 2012 Launch windows azure insights for the enterprise ...
Belgian Windows Server 2012 Launch windows azure insights for the enterprise ...Belgian Windows Server 2012 Launch windows azure insights for the enterprise ...
Belgian Windows Server 2012 Launch windows azure insights for the enterprise ...Mike Martin
 

Mais de Mike Martin (14)

Techdays SE 2016 - Micros.. err Microcosmos
Techdays SE 2016 - Micros.. err MicrocosmosTechdays SE 2016 - Micros.. err Microcosmos
Techdays SE 2016 - Micros.. err Microcosmos
 
The Azure API-ness Factory
The Azure API-ness FactoryThe Azure API-ness Factory
The Azure API-ness Factory
 
Microsoft Azure : Hey ITPRo's Meet Azure .. .again!
Microsoft Azure : Hey ITPRo's Meet Azure .. .again!Microsoft Azure : Hey ITPRo's Meet Azure .. .again!
Microsoft Azure : Hey ITPRo's Meet Azure .. .again!
 
TechORama : The Toolshed: Inside Windows Azure Tools : Monaco and other tooli...
TechORama : The Toolshed: Inside Windows Azure Tools : Monaco and other tooli...TechORama : The Toolshed: Inside Windows Azure Tools : Monaco and other tooli...
TechORama : The Toolshed: Inside Windows Azure Tools : Monaco and other tooli...
 
Lights, Camera, Action - Windows Azure Media Services on the Loose - the Azug...
Lights, Camera, Action - Windows Azure Media Services on the Loose - the Azug...Lights, Camera, Action - Windows Azure Media Services on the Loose - the Azug...
Lights, Camera, Action - Windows Azure Media Services on the Loose - the Azug...
 
Protecting your online and on premises assets “Cloud Style”
Protecting your online and on premises assets “Cloud Style”Protecting your online and on premises assets “Cloud Style”
Protecting your online and on premises assets “Cloud Style”
 
Windows Azure Visual Studio "Monaco"", Because it’s mundane
Windows Azure Visual Studio "Monaco"", Because it’s mundaneWindows Azure Visual Studio "Monaco"", Because it’s mundane
Windows Azure Visual Studio "Monaco"", Because it’s mundane
 
1 … 2 … Cloud: Welcome to the Sharks with freaking lasers, a Windows Azure ov...
1 … 2 … Cloud: Welcome to the Sharks with freaking lasers, a Windows Azure ov...1 … 2 … Cloud: Welcome to the Sharks with freaking lasers, a Windows Azure ov...
1 … 2 … Cloud: Welcome to the Sharks with freaking lasers, a Windows Azure ov...
 
Windows Azure through the eyes of an it pro
Windows Azure through the eyes of an it proWindows Azure through the eyes of an it pro
Windows Azure through the eyes of an it pro
 
Windows Azure IaaS and Hybrid
Windows Azure IaaS and HybridWindows Azure IaaS and Hybrid
Windows Azure IaaS and Hybrid
 
Windows Azure IaaS and Hybrid, a customer tale
Windows Azure IaaS and Hybrid, a customer taleWindows Azure IaaS and Hybrid, a customer tale
Windows Azure IaaS and Hybrid, a customer tale
 
Azure conf mm_wa_mese_ol
Azure conf mm_wa_mese_olAzure conf mm_wa_mese_ol
Azure conf mm_wa_mese_ol
 
Windows azure virtuallyspeaking_ol
Windows azure virtuallyspeaking_olWindows azure virtuallyspeaking_ol
Windows azure virtuallyspeaking_ol
 
Belgian Windows Server 2012 Launch windows azure insights for the enterprise ...
Belgian Windows Server 2012 Launch windows azure insights for the enterprise ...Belgian Windows Server 2012 Launch windows azure insights for the enterprise ...
Belgian Windows Server 2012 Launch windows azure insights for the enterprise ...
 

Último

BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 

Último (20)

Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 

Azure SQL Database: An Introduction to the Platform as a Service

  • 1. intended audience : – SQL DBA’s, SQL Server enthousiasts, non Azure Database developers • goal : – Enlight the most valueable aspects on Windows Azure SQL Database and all related material
  • 2.
  • 3. An evening in the cloud: The old, the new and the big
  • 5. A quick intro to Windows Azure
  • 6.
  • 8. Cloud Platforms Public Cloud Platforms Platform as a Service (PaaS) Private Cloud Infrastructure as a service (IaaS) For Scalable Web Apps For Data-Driven Business For Collaboration Apps Platforms Apps Hosters Dynamic infrastructure Toolkit for System Center Dynamics CRM / xRM Dynamic DataCenter Windows Azure Platform Office 365 Microsoft (Hyper-V Online Toolkit for Hosters Cloud, AppFabric (Hyper-V Cloud) Server) Windows Live Hosters Google Saleforce.com VMWare vSphere VMWare vCloud Initiative (ESX, Google Docs AppEngine Force.com (ESX, vCenter) vCenter) Others Amazon Web Services Amazon Web Services GoGrid Cloud Hosting, RackSPace, others
  • 9.
  • 10.
  • 11.
  • 13.
  • 14.
  • 15. Single Database Three Replicas ! Replica 1 Replica 2 Single Primary DB Replica 3 Replica 4
  • 16. Provisioning a SQL Database in Azure
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22. supported : http://msdn.microsoft.com/en-us/library/ee336270.aspx • partially supported : http://msdn.microsoft.com/en-us/library/ee336267.aspx • unsupported : http://msdn.microsoft.com/en-us/library/ee336253.aspx
  • 23.
  • 24.
  • 27. 1. 1. 2. 2. 3. 3. 4. <connectionStrings> 5. <addname="AdventureWorks"connectionString= 6. "Data 7. Source=[server].database.windows.net; Integrated Security=False; 8. Initial Catalog=ProductsDb; 9. User Id=[login]; Password=[password]; Trusted_Connection=False; Encrypt=true;" providerName="System.Data.SqlClient"/> </connectionStrings>
  • 29.
  • 30. http://server.reporting.windows.net/reports/report.rdl Monitor/Comm [SLA & Usage] Monitor/Comm [Performance] [Traces & [SLA & Usage] Logs] [Performance] [Traces & Logs] RS Engine RS Engine
  • 31.
  • 32. The cloud and Beyond
  • 33.
  • 34. HTTPS TDS
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40. Spring is in the Cloud
  • 41.
  • 42. Supported Versions SQL Server 2012, 2008 R2, 2008 Supported Features All SQL Server features supported except failover clustering * SQL Server Provisioning Cloud-first using stock images, bring your own server / VHD, capture cloud images SQL Server Licensing Pay by the hour or migrate your own license via Software Assurance **
  • 43.
  • 44. Storage Recommendations Do not use write caching Avoid using OS drive for large databases Consider putting database and transaction log files on separate drives Consider putting tempdb on the non-persistent cache disk (D:) Database Recommendations Consider using database page compression to reduce I/O High Availability Recommendations Consider latency between primary and replica when choosing sync mode
  • 45. SQL Server Windows Azure SQL Database (IaaS) (PaaS) Development Migrate Existing Apps Develop New Apps Management Full Control Managed Service Compatibility Full SQL Server Capabilities Based on SQL Server Technology Shared Technology Network transport (Tabular Data Stream) SQL dialect (Transact-SQL) Data access APIs (ADO.NET, ODBC, JDBC) Development tools (SQL Server Data Tools) Management tools (SQL Server Management Studio)
  • 46.
  • 47.
  • 48.
  • 49.
  • 50.
  • 51.
  • 52.
  • 53.
  • 55. Web Tier Active Directory UI Process Components SQL SQL Reporting Analysis SQL On-Premises Service Service Service Active Directory Machine Business Components & Entities Active Directory On-Premises Machine SQL Service Domain joined to On- Premises Network Local DNS DC DNS Open User Persistent VM Web Role 1 Access (Website) SharePoint Role Persistent VM FrontEnd Persistent VM Role SQL Role SQL Persistent VM Service SQL Mirroring Role Web Role 2 Internet SharePoint FrontEnd Persistent VM Search and SQL Indes Persistent VM Role Persistent VM Web Role 3 Internet SQL Service Role Role
  • 58. ALTER DATABASE SET RECURSIVE_TRIGGERS ON|OFF
  • 59. DBCC SHOW_STATISTICS [ WITH [ NO_INFOMSGS ] ] < option > :: = STAT_HEADER | DENSITY_VECTOR | HISTOGRAM | STATS_STREAM
  • 60.
  • 61. sp_set_database_firewall_rule -- create new database-level firewall setting for only IP 0.0.0.4 exec sp_set_database_firewall_rule N'Example DB Setting 1','0.0.0.4','0.0.0.4' -- update database-level firewall setting to also allow IP 0.0.0.5 exec sp_set_database_firewall_rule N'Example DB Setting 1','0.0.0.4','0.0.0.5' sys.database_firewall_rules sys.firewall_rules
  • 63.
  • 64.
  • 65. Guidance • Training • Technical Docs • Pricing, Licensing
  • 66. www.windowsazure.com • Windows Azure Training Kit • MSDN WA SQL Database home : http://msdn.microsoft.com/en- us/library/windowsazure/ee336279.aspx • BI : https://www.windowsazure.com/en- us/home/features/business-analytics/ • SQL : https://www.windowsazure.com/en- us/manage/services/sql-databases/ • Pricing, Licensing : https://www.windowsazure.com/en- us/pricing/calculator
  • 67. Thank you for your attention!