I have database file ex.mdf
; when I tried to connect to this file from Visual Studio 2015, I get error message saying
Error: This server supports version 782 and earlier. A downgrade path is not supported.
Hence I tried to install the ssdt tools for the database file which is created in the SQL Server 2016. Even after installing, it is still using SQL Server 2014.
How do I point my Visual Studio 2015 to SQL Server 2016?