SlideShare a Scribd company logo
•   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!

More Related Content

What's hot

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 Applications
goodfriday
 
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
Mark 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 Management
Michael Collier
 
Sql azure data services OData
Sql azure data services ODataSql azure data services OData
Sql azure data services OData
Eduardo Castro
 
SQL Server 2008 Highlights
SQL Server 2008 HighlightsSQL Server 2008 Highlights
SQL Server 2008 Highlights
Intergen
 
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 Scalability
Eduardo Castro
 
Sql azure database under the hood
Sql azure database under the hoodSql azure database under the hood
Sql azure database under the hood
guest2dd056
 
Understanding The Azure Platform March 2010
Understanding The Azure Platform   March 2010Understanding The Azure Platform   March 2010
Understanding The Azure Platform March 2010
DavidGristwood
 
Java on Windows Azure
Java on Windows AzureJava on Windows Azure
Java on Windows Azure
David 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 10
IMC Institute
 
Sp2010 high availlability
Sp2010 high availlabilitySp2010 high availlability
Sp2010 high availlability
Samuel 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
 

What's hot (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...
 

Viewers also liked

Digital Jungle Team Building Event
Digital Jungle Team Building EventDigital Jungle Team Building Event
Digital Jungle Team Building Event
Reach China Holdings Limited
 
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
Ronnie 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
 
The Dark Knight
The Dark Knight The Dark Knight
The Dark Knight
amygarrod623
 
Task 1c The Great Train Robbery
Task 1c The Great Train RobberyTask 1c The Great Train Robbery
Task 1c The Great Train Robbery
Harmeet Kaur
 
Shakespear's Play - Troilus and Cressida
Shakespear's Play - Troilus and CressidaShakespear's Play - Troilus and Cressida
Shakespear's Play - Troilus and Cressida
Afra_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 Coached
Fun 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 Boardroom
steve 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 introduction
Pistoia Alliance
 
Double E Party & Events
Double E Party & EventsDouble E Party & Events
Double E Party & Events
eric
 
Crimson Edge Events Brochure
Crimson Edge Events BrochureCrimson Edge Events Brochure
Crimson Edge Events Brochure
Ray Clark
 
Ramoji Film City Corporate Presentation
Ramoji Film City Corporate PresentationRamoji Film City Corporate Presentation
Ramoji Film City Corporate Presentation
Naveen 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
 
Crimes
CrimesCrimes
Team building presentation ppt.2003
Team building presentation ppt.2003Team building presentation ppt.2003
Team building presentation ppt.2003
Aliraza Afzal
 

Viewers also liked (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
 

Similar to SQLUG event: An evening in the cloud: the old, the new and the big

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
Windows AzureWindows Azure
Windows Azure
Murali Krishna Alluri
 
Windows Azure Uzerinden Alinabilen Hizmetler
Windows Azure Uzerinden Alinabilen HizmetlerWindows Azure Uzerinden Alinabilen Hizmetler
Windows Azure Uzerinden Alinabilen Hizmetler
Mustafa
 
Windows Azure Üzerinden Alınabilecek Hizmetler
Windows Azure Üzerinden Alınabilecek HizmetlerWindows Azure Üzerinden Alınabilecek Hizmetler
Windows Azure Üzerinden Alınabilecek Hizmetler
MSHOWTO 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 Platform
Ayman 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 NI
Ernest 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 dive
ITProceed
 
2009 Q2 WSO2 Technical Update
2009 Q2 WSO2 Technical Update2009 Q2 WSO2 Technical Update
2009 Q2 WSO2 Technical Update
WSO2
 
Azure diario de abordo
Azure diario de abordoAzure diario de abordo
Azure diario de abordo
José Ángel Bolaño Rucabado
 
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 Architects
Anko 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 BI
Mark Kromer
 
SQL Azure for ITPros
SQL Azure for ITProsSQL Azure for ITPros
SQL Azure for ITPros
Tobias Koprowski
 
Azure Data.pptx
Azure Data.pptxAzure Data.pptx
Azure Data.pptx
FedoRam1
 
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
 

Similar to SQLUG event: An evening in the cloud: the old, the new and the big (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...
 

More from Mike Martin

Techdays SE 2016 - Micros.. err Microcosmos
Techdays SE 2016 - Micros.. err MicrocosmosTechdays SE 2016 - Micros.. err Microcosmos
Techdays SE 2016 - Micros.. err Microcosmos
Mike Martin
 
The Azure API-ness Factory
The Azure API-ness FactoryThe Azure API-ness Factory
The Azure API-ness Factory
Mike 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 mundane
Mike 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 Hybrid
Mike 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 tale
Mike Martin
 
Azure conf mm_wa_mese_ol
Azure conf mm_wa_mese_olAzure conf mm_wa_mese_ol
Azure conf mm_wa_mese_ol
Mike Martin
 
Windows azure virtuallyspeaking_ol
Windows azure virtuallyspeaking_olWindows azure virtuallyspeaking_ol
Windows azure virtuallyspeaking_ol
Mike 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
 

More from 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 ...
 

Recently uploaded

2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
CarlosHernanMontoyab2
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
timhan337
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 

Recently uploaded (20)

2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 

SQLUG event: An evening in the cloud: the old, the new and the big

  • 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!