- SQL Server 2016 Developer's Guide
- Dejan Sarka Milo? Radivojevi? William Durkin
- 245字
- 2021-07-09 19:05:43
Summary
In this chapter, we have taken a look at the new additions in the developer toolset for SQL Server 2016. There have been some long-awaited improvements made, especially the separation of SQL Server Management Studio from the release cycle of SQL Server itself. Many developers are hoping that the release velocity of SSMS will remain as high as it has been in the months since the SQL Server 2016 release. Almost monthly releases mean we all have the chance to get extra features and bug fixes much more quickly than in previous years.
Some of the feature additions to SSMS are quite powerful and will allow us as developers to be more efficient. Live Query Statistics provide us with excellent insights into how our queries are actually processed, removing parts of the "guessing game" when trying to refactor or tune our queries.
For SQL Server developers, there are two new development environments for developing the R code. Of course, one of them, the RStudio IDE is well-known among R developers. Because it is so widely used, it will probably be the first choice when developing R code for SQL Server developers. Nevertheless, if you are used to the Visual Studio IDE, you might give R Tools for Visual Studio a try.
After this short excursion into the tools that are delivered with SQL Server 2016, we continue our journey through the new features and technologies in SQL Server 2016 in Chapter 4, Transact-SQL Enhancements.
- Mastering Entity Framework Core 2.0
- Java異步編程實戰
- 差分進化算法及其高維多目標優化應用
- 大學計算機基礎(第2版)(微課版)
- HTML5從入門到精通 (第2版)
- Kotlin從基礎到實戰
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Raspberry Pi Home Automation with Arduino(Second Edition)
- Emgu CV Essentials
- Spring Boot+MVC實戰指南
- 軟件項目管理實用教程
- Flink技術內幕:架構設計與實現原理
- Java程序設計實用教程(第2版)
- Python實戰指南:手把手教你掌握300個精彩案例
- Learning Scrapy