News

SQL Server SP1 Gets Connected

One highlight of this roll-up release is the addition of row-level security and dynamic data masking, which were only available in the Enterprise version, are now in Standard, Express, and other versions.

SQL Server 2016, which made its debut in early summer, is already at its first service pack. One highlight of this roll-up release is the addition of row-level security and dynamic data masking, which were only available in the Enterprise version, are now in Standard, Express, and other versions. SQL Server 2016 SP1 was among the many products that were highlighted at Microsoft's Connect(); developer conference this week.

"With SQL Server 2016 SP1, we are making key improvements allowing a consistent programmability surface area for developers and organizations across SQL Server editions," wrote Parikshit Savjani, senior product manager for the SQL Product Group, in a blog post. "This will enable you to build advanced applications that scale across editions and cloud as you grow. Developers and application partners can now build to a single programming surface when creating or upgrading intelligent applications, and use the edition which scales to the application's needs."

What this means is that with the release of SP1, features like row-level security and dynamic data masking – capabilities only offered in the more-expensive Enterprise version -- will be available in its Standard, Web, LocalDB and Express versions. Paying for the upgraded versions of SQL Server 2016 will now only grant users better performance and compatibility with specific hardware.

Along with the uniform feature set among all versions, Microsoft is also bringing new features and changes to its platform. Some of the highlights include:

  • Database cloning. Microsoft said this new feature was designed for analyzing specific databases by making a copy of the schema, statistics and metadata, and excluding the actual data. The company notes that this feature isn't made to clone an existing database for production, but for testing and troubleshooting.
  • Create or alter controlsThis will allow users to deploy or modify stored procedures, user-defined functions, views and triggers. Microsoft noted that this was one of the most requested feature by the public. 
  • USE HINT query option. This new query option will change the query optimizer behavior to take in account nine query level hints, including DISABLE_OPTIMIZED_NESTED_LOOP, FORCE_LEGACY_CARDINALITY_ESTIMATION and DISABLE_PARAMETER_SNIFFING, to name a few. 
  • Support for tempdb. SQL Server 2016 SP1 will include an error log message notifying the number, sizes and autogrowth of tempdb files.
  • Improved AlwaysOn latency diagnostics and manual change tracking cleanup.

The full set of improved and added features can be found here.

SQL Server 2016 SP1 will also include a roll-up of all the cumulative updates, up to the November release. The service pack can be downloaded directly from Microsoft Download Center.

In other SQL Server 2016 news from the Connect() conference, the company announced that its Linux version of SQL Server database software, which entered closed preview in March, is now available for public preview.

About the Author

Chris Paoli (@ChrisPaoli5) is the associate editor for Converge360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube