Comments
Sort by recent activity
Getting an error while using the AT TIME ZONE function, the SQL change Automation not supporting this function and i have to convert the query in dynamic one to make it workable. Here is the version detail i am using. SQL Change Automation Version : 4.3.20211.21565 Visual Studio : 2019 SQL Server : 2017 Error : SQL80001 Incorrect syntex near 'AT TIME ZONE' sample statement : SELECT [TimeStamp] AT TIME ZONE 'UTC' AS UTC_Time FROM TableA
/ comments
Getting an error while using the AT TIME ZONE function, the SQL change Automation not supporting this function and i have to convert the query in dynamic one to make it workable. Here is the versio...