data on azure

22
DATA on AZURE Pini Krisher DBA TL at etoro (www.etoro.com ) @krisherpi

Upload: pini-krisher

Post on 26-May-2015

156 views

Category:

Technology


1 download

DESCRIPTION

On Windows Azure User Group Israel

TRANSCRIPT

Page 1: Data on azure

DATA on AZURE

Pini Krisher DBA TL at etoro (www.etoro.com)

@krisherpi

Page 2: Data on azure

Agenda:What kind of DATA can we put in Azure?What forms of DATA Storage Azure can offer?Way of works with those DATA Storage.What DATA can we take from Azure?

I will works a lot on the portal during the presentation….

Page 3: Data on azure

What can we put?All data or storage you wantProblems:

No PCI or other compliance Security – is the most important and problematic – but…

Page 4: Data on azure

DATA on AZUREWindows Azure SQL DatabasesSQL Server on VMWindows Azure StorageReportingHadoop on AzureRecovery

Page 5: Data on azure
Page 6: Data on azure

DATABASES on AZURE

Windows Azure SQL DatabasesSQL Server on VM

Windows Azure Storage

Page 7: Data on azure

Windows Azure SQL

Databases = WASD =

SQL Azure = PAAS

Page 8: Data on azure
Page 9: Data on azure

What is PAAS in DB worldYou can not connect to the serverYou can not manage hardwareYou can not control hardwareNo clusters ect…So… what DBA’s can do?

Nothing in infrastructure – there are 3 replicas…Applicative work: adding Indexes, short transaction ect…Performance tuningHigh queries by CPU ,IO ect…

Page 10: Data on azure

Azure DATA Centers6 Data CentersNice movie at:http://www.youtube.com/watch?v=JJ44hEr5DFE

Page 11: Data on azure

Logical structure of WASD

Subscription servers DataBases

They can not talk with each other!!!!!!

Page 12: Data on azure

Azure PortalCreate ServerCreate DB – 3 ways (from portal, ssms, vs2012)LocationSize – 1-150 GBSecurityBasic monitoring (monitoring in other tools like Quest)Connection strings from the portal Go to

Portal

Page 13: Data on azure

SO – we have DB what's next?Start working – build tables, insert data, create sP’sCopy DBModify sizeBACKUPS only to blobs!!!?????Migrate existing data – how?

WAMW – tool from MSFT – free toolScripts in SSMSDeploy from SSMSBCP’sBacpac – Data Tier Application – to storage and to azureTools like red gate or soSync

Queries from SSMS about tuning

MWSSMS

Portal

Page 14: Data on azure

Ways of uselogsRegular DB – no PCI yetLots of small DB’sScale up – increase DB sizeScale out – federationDevops

Page 15: Data on azure

Web protalConnect – silver light – to 1 DB or to serverRun T-sqlBasic monitoringQuery plansAdd indexesSee DATAChange schema SQL

Portal

Page 16: Data on azure

Features that are Supported/not Supported

Supported:New syntaxAuto UpdatesCopy DBLinked server from local DB’s

Not Supported:Service brokerJobsprofilerClrReplicationConnections between DB’s in server

SSMS

Page 17: Data on azure

SQL Server on VMCreateConnect via RDP

Can controlCan monitor in the server

Page 18: Data on azure
Page 19: Data on azure

Azure StorageBlob – can store any type of file, backups, images, (create, use as storage, upload, see in browser)Q (can be in multi data centers)Tables nosql– tools and manage (Azure Storage explorer, VS2012)

Main portalAzure storage explorer

VS2012

Page 20: Data on azure

Price ???Start workingMigrate existing data

Page 21: Data on azure

MarketPlace DATAMarketGetting a lot of raw dataGetting application to manage dataUse application to see data

https://datamarket.azure.com/

SOME ARE FREE!!!!

Page 22: Data on azure