Skip to content

PacktPublishing/SQL-Server-2016-Developers-Guide

Repository files navigation

SQL Server 2016 Developer's Guide

This is the code repository for SQL Server 2016 Developer's Guide, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Microsoft SQL Server 2016 is considered the biggest leap in the data platform history of the Microsoft, in the ongoing era of Big Data and data science. Compared to its predecessors, SQL Server 2016 offers developers a unique opportunity to leverage the advanced features and build applications that are robust, scalable, and easy to administer.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

EXEC dbo.InsertSimpleOrder
@OrderId = 5, @OrderDate = '20160702', @Customer = N'CustA';
EXEC dbo.InsertSimpleOrderDetail
@OrderId = 5, @ProductId = 1, @Quantity = 50;

In order to run all of the demo code in this book, you will need SQL Server 2016 Developer or Enterprise Edition. In addition, you will extensively use SQL Server Management Studio. You will also need the RStudio IDE and/or SQL Server Data Tools with R Tools for Visual Studio plug-in.

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781786465344

About

SQL Server 2016 Developer's Guide by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •