Comments
Sort by recent activity
yesterday we updated to version 5.4.2.4269 and the problem seems solved, we were able to commit all our changes and a couple of migration scripts.
unfortunately today we have again the same problem with this user function: CREATE FUNCTION [dbo].[UFFAST_IMPIEGHI_VAL_GETBYPERIOD](@datetime AS DATETIME2(0)) RETURNS TABLE
AS
RETURN
SELECT * FROM IMPIEGHI_VAL FOR SYSTEM_TIME AS OF @datetime
i'll attach my log file to the ticket. / comments
yesterday we updated to version 5.4.2.4269 and the problem seems solved, we were able to commit all our changes and a couple of migration scripts.
unfortunately today we have again the same problem...