Showing posts with label Stretch database wizard. Show all posts
Showing posts with label Stretch database wizard. Show all posts

Tuesday, June 14, 2016

Stretch your database from Azure Cloud to On premises server

Data need not be something fixed and your hot and cold data can be kept anywhere that makes sense. Of course you need to find which is a less expensive option and which has the priority. Try to consider the pros and cons of putting data on the cloud (energy, bandwidth, server aging; security,etc).

Why do you need this?

Well you want to archive data (historical) but you do not want to store it locally as it is not frequently accessed and your resources are inadequate. However you do want to access. No problem, a query in SSMS can access that data (remotely stored in Azure) as easily as the on premises data. It is possible there may be a bit of latency from the remote site.

Source: MSFT Blog

Wizard takes care of Stretch database

SSMS 2016 has a very good wizard to take care of the Stretch Database.  The Wizard is accessible via the Object Explorer. You need to select the database you want to extend using the Stretch Database feature. It is not necessary that you choose an entire database to extend; you can use the filter to include what you need to go into the Stretch database. Of course, since the remote is on Azure, you should have an account and proper credentials. The Stretch database is always online and querying should have no problem.

How do you enable Stretch Database feature

You need to have an instance of SQL Server 2016. Then just right click the database you want to 'Stretch' and choose the enable option as shown. Just to enable you do not need to be connected to Azure Cloud.


Stretch database is compatible with the other features; Transparent Data Encryption and Always Encrypted and Row-Level Security features.

You do require a Azure account but a free trial is available. There is a price for everything including the new Stretch database feature.

More here:
https://blogs.technet.microsoft.com/dataplatforminsider/2016/04/13/keep-data-virtually-forever-with-stretch-database-in-sql-server-2016/

Wednesday, May 18, 2016

Get SSMS 2016 and install to work with SQL Server 2016

This release of SSMS uses the Visual Studio 2015 Isolated shell and available in 11 languages.
The version number for this latest preview is: 13.0.14000.36


Here is the download link:
https://msdn.microsoft.com/en-us/library/mt238290.aspx

Here are major highlights including many bug fixes described in download site:
  • Improvement in the SSMS installer - to add human-readable error messages.
  • Improvement in the Stretch database wizard - to add support for predicates.
  • Improvement in the Always Encrypted Powershell commandlet - to add key encryption APIs.
  • Bug fix in the SSMS toolbar - to turn off IntelliSense if it has been disabled in the Tools > Options dialog.
  • Improvements and bug fixes in the Showplan comparison user interface - to reduce the spacing used by long query plans.
  • Numerous bug fixes in SSMS - to fix issues that caused SSMS to crash when exiting.
It takes a quite a bit of time to download (SSMS-Setup-enu, 834992KB) . When you run the application this is the first message you will get

Here are some screen shots of installation:






It takes quite a bit of time.



SSMS 2016 RC is an App in Windows 10


SQL Server 2016 Developer which is free is released. For a step-by-step procedure to install visit this link.



DMCA.com Protection Status