deploying sql support

16

Upload: juntarou-doi

Post on 07-Jul-2015

1.238 views

Category:

Marketing


0 download

DESCRIPTION

SQL Server on Virtual Machines Best Practices Show Provisioning of a Virtual Machine (Server 2012) Show a pre-provisioned Virtual Machine with a 1 TB disk attached. Show them backed by storage using CloudXPlorer Add another disk through the portal and watch it surface in disk management Provision a Linux VM and have it “connect” to the existing booted Server 2012 VM and ping to show connectivity You can get supported by us

TRANSCRIPT

Page 1: Deploying sql  support
Page 2: Deploying sql  support
Page 3: Deploying sql  support
Page 4: Deploying sql  support

Windows Azure Infrastructure as a ServiceOverview of Windows Azure Virtual Machine, Storage and Networking

Windows Azure - Migrating Apps and WorkloadsOverview of what kinds of apps and workloads to migrate and how to get started

Page 5: Deploying sql  support
Page 6: Deploying sql  support

Line of Business ApplicationsCustom Applications, CRM, CMS, ERP, Business Intelligence

Application InfrastructureFile Servers, Databases, Identity, Source Control

Developer, Test and Staging Environments Quickly Provision and Un-provision Entire Environments

Hybrid Applications

Page 7: Deploying sql  support
Page 8: Deploying sql  support

Supported VersionsSQL Server 2012, 2008 R2, 2008

Supported FeaturesAll SQL Server features supported except failover clustering *

SQL Server ProvisioningCloud-first using stock images, bring your own server / VHD, capture cloud images

SQL Server LicensingPay by the hour or migrate your own license via Software Assurance **

Page 9: Deploying sql  support
Page 10: Deploying sql  support
Page 11: Deploying sql  support
Page 12: Deploying sql  support

Storage RecommendationsDo 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 RecommendationsConsider using database page compression to reduce I/O

High Availability RecommendationsConsider latency between primary and replica when choosing sync mode

Page 13: Deploying sql  support
Page 14: Deploying sql  support

SQL Server

(IaaS)

Windows Azure SQL Database

(PaaS)

Development Migrate Existing Apps Develop New Apps

Management Full Control Managed Service

Compatibility Full SQL Server Capabilities Based on SQL Server Technology

Shared TechnologyNetwork 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)

Page 15: Deploying sql  support

Microsoft has a continuous offering from private to public cloud

Windows Azure now supports IaaS workloads

SQL Server is fully supported on Windows Azure Virtual Machine

IaaS is about migration, PaaS is about new development

Page 16: Deploying sql  support