A SQL Server Project in Visual Studio 2015 with stored procedures that use the phrase AT TIME ZONE does not build, targeting SQL Azure V12.
What can I do to get around or fix this?
A SQL Server Project in Visual Studio 2015 with stored procedures that use the phrase AT TIME ZONE does not build, targeting SQL Azure V12.
What can I do to get around or fix this?
facing same issue with "AT TIME ZONE" in Visual Studio 2015. By some analysis found that "AT TIME ZONE" will work only for SQL Serevr 2016. By changing property Target Platform to "SQL Server 2016" issue got resolved.