News

SQL Server 2017 Inches Toward General Availability

The venerable relational database management system is now feature-complete, with support for Linux and containers running on Linux and Mac OS X, and it's available as a release candidate this week.

Microsoft's flagship relational database system, SQL Server 2017, is now feature complete, now that it has achieved its initial release candidate status. General availability is expected later this summer.

RC1 status is often the go-ahead to organizations who want to test it out in their environments in order to dentify any potential issues, and testing will be especially important as the company trots out Linux support and integration in this major update. Linux support alo extends to Active Directory Authentication, which will allow the same domain credentials to be authenticated in SQL Server, whether they come from Windows or Linux.

SQL on Linux will also allow for data to be encrypted with Transport Layer Security (TLS) and be transferred between the client and an instance of SQL Server.

SQL Server 2017 also comes packed with support for containers running on Windows, Linux and Mac OS X, which Microsoft is touting as a valuable resource for DevOps, especially for those working with Continuous Integration/Continuous Deployment (CI/CD) pipelines.

"Using containers greatly simplifies the development, testing and deployment of applications," wrote Microsoft's Tony Petrossian, partner group program manager for the database systems group, in a blog post. "This is achieved by the packaging of all dependencies, including SQL Server, into a portable, executable environment that reduces variability and increases the speed of every iteration in the CI/CD pipeline. This also enforces a consistent experience for all participants since they can share the same state of an application in their containers. Developers can improve applications in their local environments during the first part of the Continuous Integration process."

RC1 features many upgrades and new features not found in previous preview builds, including:

  • Enhanced model management capabilities, including External Library Management for Microsoft's database analytics tool R Services.
  • Increased database analysis and reporting options through the SQL Server Analysis Services (SSAS).
  • The inclusion of SQL Server Integration Services (SSIS) preview for Linux-based machines and support for SIS scale-out in highly available environments on Windows Server.

SQL Server 2017 RC1 can be downloaded here.  

On a related note, a Microsoft Docs article from May shows that the current SQL Server Data Tools for Visual Studio 2017 currently has support for SQL Server 2016. From the article: "[Support for SSDT] 2017 will be coming soon in a Visual Studio 2017 update."

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