SQL Server 2017 features
SQL Server 2017 Database Engine SQL Server 2017 includes many new Database Engine features, enhancements, and performance improvements. · CLR assemblies can now be added to a white list, as a workaround for the clr strict security feature described in CTP 2.0. sp_add_trusted_assembly , sp_drop_trusted_assembly , and sys.trusted_asssemblies are added to support the white list of trusted assemblies (RC1). · Resumable online index rebuild resumes an online index rebuild operation from where it stopped after a failure (such as a failover to a replica or insufficient disk space), or pauses and later resumes an online index rebuild operation. · The IDENTITY_CACHE option for ALTER DATABASE SCOPED CONFIGURATION allows you to avoid gaps in the values of identity columns if a server res...