Visual Studio 2015 support
As mentioned in the previous recipe, SSDT is actually a set of templates that exist within the Visual Studio shell. Because of this, Visual Studio is able to support SSDT in a variety of ways. The powerful IDE was explored in the previous section; another key though is keeping up with updates to the SSDT templates.
Getting ready
Prior to checking for updates, you must have an Internet connection. For most users working on development computers or their home workstations, this won't be an issue. If you are updating SSDT on a Windows server, the administrators may have firewall rules in place, which may interfere with the update process. Be sure to check with your system administrators should you have any issues.
How to do it...
- Within Visual Studio, select the Tools menu and then Extensions and Updates. When the Extensions and Updates window appears, check the Updates link on the left. You will then see a list of available updates, as shown in figure 2.07:
Figure...