Showing posts with label Stretch Database. Show all posts
Showing posts with label Stretch Database. Show all posts

Sunday, October 09, 2016

SQL Server 2016 – Stretch Database – Azure Pricing

StretchDatabaseI was so interested to see Stretch Database working between my home PC and Azure and got that set up and running and left to run for a few days. I got a notification from Azure saying that I have reached my credit limit for the month on Azure and plan got disabled.
Good that I set that up to alert me. I thought Stretch Database pricing would be typical to other Azure services but noticed that it is charged by hour also varying based on chosen compute usage.
Pricing looked interesting as minimum per month is around $2,800 per month. Need to think about how to use it efficiently even if it is for the Enterprise.
https://azure.microsoft.com/en-us/pricing/details/sql-server-stretch-database/

Tuesday, October 04, 2016

SQL Server 2016 Features – Stretch Database

Stretch Database is a new feature in SQL Server 2016 that will allow to migrate old data from on-premises to Microsoft Azure and still provide the ability to access the data without making any query changes. Stretch Database provides the advantage of the lower costs of Azure Database and reduces the need to buy hardware and storage to support on-premise data archiving. Enterprise Storage is not always cheap.
Stretch Database is ideal for entire tables or part of a table. e.g. Orders that are older than a certain date or Customers who haven't made any orders for more than a year etc.
Stretch Database transfers data securely using Always Encrypted, so data is encrypted as it is being transferred from on-premises to Azure.
Note: Stretch Database only works between an on-premises SQL Server Database and Azure SQL Database, and cannot be used from one local SQL Server database to another.
Limitations of Stretch Database
Step 1
Step1
Step 2
Step2
Step 3
Step3
Step 4
Step4
Step 5
Step5
Step 6
Step6