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

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events