Prerequisites for this chapter
Tools | URL | Notes |
Visual Studio 2017 | To download: https://www.visualstudio.com/downloads/ | The Community Edition is free. |
VSTS | Sign up/sign in: https://www.visualstudio.com/team-services/ | Sign up for the personal account for free. |
Power Shell v2.0 or above | Download PowerShell: https://www.microsoft.com/en-us/download/details.aspx?id=42554 | You will need this for setting up the Private Agent locally. |
Creating the SQL Server database project
In this section, we will walk you through how to create a database project in VS2017.
- In VS2017, click on
File
|New Project
. - Choose
SQL Server
from Installed on the left pane and click on theSQL Server Database Project
template. - Type
Ch08
in theName: field and
following screenshot:SQL Server R Services Book
in theSolution name:
file, as shown in the

Figure 8.2 New Project in Visual Studio
- Choose the
Location
to save the solution.
Note
If you already have a local folder for your version control, you can specify the path here.
In this example...