SQL Server 2014: my TOP 5 favorite features

Ogni volta che una nuova versione di SQL Server sta per essere rilasciata, mi diverto a fare la classifica delle nuove caratteristiche che, per me, valgono da sole il prezzo del biglietto.

Da qualche giorno è disponibile la Community Technology Preview 2 (CTP2), ecco la mia lista:

  • In-Memory OLTP
    • Hekaton, developed in partnership with Microsoft Research, a new memory optimized OLTP database engine
  • IO Resource Governance
    • You can use the new MIN_IOPS_PER_VOLUME and MAX_IOPS_PER_VOLUME settings to control the physical IOs issued for user threads for a given resource pool
  • Encrypted Backup
    • AES 128, AES 192, AES 256, 3DES
  • AlwaysON Secondaries on Azure
    • A new asynchronous replica for the availability group in Windows Azure end-to-end, from creating the Windows Azure virtual machine to configuring the availability group listener in the Windows Azure subnet
  • SELECT ... INTO
    • statement improved and can now operate in parallel

 

Se iniziate a mettere le mani sulla nuova versione, non dimenticatevi di scaricare l’aggiornamento dei SQL Server Data Tools.

Info qui.