Unleashing Stretched Databases

Slides:



Advertisements
Similar presentations
Virtual techdays INDIA │ 9-11 February 2011 virtual techdays Auditing Made Easy: Change Tracking and Change Data Capture Pinal Dave │ Technology Evangelist,
Advertisements

Cost Performance ■ Current Solutions Admin overhead.
Manage & Configure SQL Database on the Cloud Haishi Bai Technical Evangelist Microsoft.
Sofia, Bulgaria | 9-10 October SQL Server 2005 High Availability for developers Vladimir Tchalkov Crossroad Ltd. Vladimir Tchalkov Crossroad Ltd.
Understanding SQL Server 2008 Change Data Capture Bret Stateham Training Manager Vortex Learning Solutions blogs.netconnex.com.
Introduktion till Azure SQL Database Robert Folkesson Active Solution.
Present :Arezoo Mollahasani. Step 1  Define your server connection Open MySQL WorkBench and click New Server Instance on the right of the window.
A Brief Documentation.  Provides basic information about connection, server, and client.
Indexes and Views Unit 7.
Constraints Lesson 8. Skills Matrix Constraints Domain Integrity: A domain refers to a column in a table. Domain integrity includes data types, rules,
Martin Cairney Hybrid data platform – making the most of Azure plus your on- prem kit DAT341 B.
Database technology Introduction ER Modeling Database objects (intro) SQL.
Introduction to MySQL  Working with MySQL and MySQL Workbench.
End to End Always Encrypted in SQL Server 2016 Steve Jones SQLServerCentral Redgate Software.
SQL Server 2016 – New Features Tilahun Endihnew March 12, 2016.
Presented by: Aaron Stanley King.  Benefits of SQL Azure  Features of SQL Azure  Demos, Demos, Demos!  How to query in SQL Azure  More Demos!  Recent.
Session Name Pelin ATICI SQL Premier Field Engineer.
Carlos Bossy Quanta Intelligence SQL Server MCTS, MCITP BI CBIP, Data Mining Real-time Data Warehouse and Reporting Solutions.
Stretch Database & Managed Backups Cloud Services for your SQL Servers Andrew Loree – Solution Architect.
Getting started with Accurately Storing Data
Backups for Azure SQL Databases and SQL Server instances running on Azure Virtual Machines Session on backup to Azure feature (manual and managed) in SQL.
Stretch Database & Managed Backups
Stretch Database & Managed Backups
Temporal Tables Sam Nasr, MCSA, MVP NIS Technologies July 22, 2017
Why are you still taking backups?
On-premise database. Files in the cloud.
Hiding Data from Prying eyes: Using SQL Server 2016 Always Encrypted
Temporal Databases Microsoft SQL Server 2016
Temporal Databases Microsoft SQL Server 2016
Antonio Abalos Castillo
SQL Server 2000 and Access 2000 limits
UFC #1433 In-Memory tables 2014 vs 2016
A time travel with temporal tables
T-SQL: Simple Changes That Go a Long Way
Transactional replication
A Technical Overview of Microsoft® SQL Server™ 2005 High Availability Beta 2 Matthew Stephen IT Pro Evangelist (SQL Server)
Using FileTables Sam Nasr, MCSA, MCT, MVP NIS Technologies
Example of a page header
Using FileTables Sam Nasr, MCAD, MCTS, MVP NIS Technologies
Contained DB? Did it do something wrong?
TechEd /13/2018 7:46 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Always Encrypted, Data Masking, Row Level Security
Download Microsoft Exam Dumps - Valid Microsoft Question Answers - Realexamdumps.com
SQL Server Master Data Services
Database migrated to Azure SQL DB. Checked.
Traveling in time with SQL Server 2017
Stretch Database & Managed Backups
Microsoft Azure for SQL Server Professionals
Armando Lacerda
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
אבטחת נתונים בסביבת SQL Data Security
Microsoft SQL Server 2014 for Oracle DBAs Module 7
In Memory OLTP Not Just for OLTP.
Armando Lacerda
Microsoft Azure for SQL Server Professionals
Advance your skills to the cloud
Armando | LinkedIn | Facebook
Please support our sponsors
Stretch Database - Historical data storage in SQL Server 2016
Creating and Managing Database Tables
Clustered Columnstore Indexes (SQL Server 2014)
Microsoft Azure for SQL Server Professionals
Armando Lacerda
Armando Lacerda
Data Time Travel with Temporal Tables
Moving your on-prem data warehouse to cloud. What are your options?
Using FileTables Sam Nasr, MCSA NIS Technologies August 3, 2019.
Data Time Travel with Temporal Tables
SQL Server Indexing for the Client Developer
Data Time Travel with Temporal Tables
Presentation transcript:

Unleashing Stretched Databases Armando Lacerda MCT | MCDBA | MCSE | MCSA | MCSD.Net me@armandolacerda.com @arlacerda

Big thanks to our sponsors!

Setup Historical Data Backup & restore

Stretched Database - PreReq Azure Account Compatible table Split criteria – Optional Network bandwidth

Demo - Stretched it

Stretched Database Remote data Stage Data Local data

http://www.dofactory.com/sql/sample-database

Benefits Cost Effective No database schema change needed Transparent to applications

Restrictions Can’t update or delete stretched rows Views referring to stretched tables have limited features Can’t be the parent table of a Foreign Key constraint

Blocking Factors FileStream not allowed Memory-optimized tables not allowed Replication, Change Tracking and CDC not allowed Some special data types not allowed Column_set and computed columns not allowed Default, Check and not allowed Full Text, XML, Spatial and indexed views indexes not allowed Price

Demo - Historical data / cold data

Transactional Database Backup & Restore Transactional Database Automatic backup Local replication Geo replication Transparent Traditional SQL Server backup Fraction of the database Fraction of backup time

Demo - Backup & Restore

Questions

Thank you! Some web references: https://msdn.microsoft.com/en-us/library/dn935011.aspx?f=255&MSPPError=-2147217396 https://msdn.microsoft.com/en-us/library/mt605115.aspx?f=255&MSPPError=-2147217396 https://msdn.microsoft.com/en-us/library/mt762899.aspx https://msdn.microsoft.com/en-us/library/mt733205.aspx