* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project
Download Introduction to Azure SQL Databases
Global serializability wikipedia , lookup
Commitment ordering wikipedia , lookup
Entity–attribute–value model wikipedia , lookup
Serializability wikipedia , lookup
Tandem Computers wikipedia , lookup
Extensible Storage Engine wikipedia , lookup
Microsoft Access wikipedia , lookup
Functional Database Model wikipedia , lookup
Oracle Database wikipedia , lookup
Ingres (database) wikipedia , lookup
Concurrency control wikipedia , lookup
Microsoft Jet Database Engine wikipedia , lookup
Microsoft SQL Server wikipedia , lookup
Open Database Connectivity wikipedia , lookup
Database model wikipedia , lookup
Relational model wikipedia , lookup
ContactPoint wikipedia , lookup
Azure SQL Databases Introduction and Migration Kumar Bijayanta 2/14/2015 Azure SQL Databases • • • • • • • Database as a service. Hosted on Azure VMs. Pay as you go. No upfront cost, no termination fees. Price starting from 0.41 rs/hr. Access over internet. Easily Scalable. Capabilities • • • • Close to zero maintenance. Predictable performance. Availability backed by replicas. Data protection via auditing , restore and georeplication. • Easily scalable. • Automated backup and restore. Editions • Web and Business unpredictable performance. 5 GB - 150 GB Supported until September. • Basic, Standard and Premium Predictable performance upto 500 GB. DTUs - a blend of memory, CPU, I/O, etc. Comparison Demo • • • • Create a database. Run queries against it. Scale Database. Backup and Restore. Advantages • • • • • • • Close to zero maintenance. Create database in seconds. Code near data. Guaranteed predictable performance. Easily scalable. Lower price. Built-in HA, backup and restore Database migration • Size – Time to migrate directly proportional to size. – Transactions could be throttled. • Complexity – Schema changes. – Features not supported in Azure. Migration tools • • • • • Azure SQL Database Import and Export Service. Database Copy. SQL Server Import and Export Wizard. SQL Database Migration Wizard. SQL Server Migration Assistant From Accss/DB2/Oracle/MySQL • BCP. • SQL Server Integration Services. Demo • Migration that requires database to be modified. • Clean errors and migrate. Migration Best Practices • Pick S2 or higher edition for the migration duration. • Copy bacpac file to Azure blob. • Run the source database trough SQL database migration wizard. • Separate operations into smaller batches. • Retry logic.