can you explain this while connecting mssql database

0
CREATE FUNCTION [dbo].[mx_toLocalDateTime] (@utcDateTime datetime, @dstTimeZone nvarchar(50)) RETURNS datetime AS EXTERNAL NAME [Mendix.SqlServerExtensions].[Mendix.SqlServerExtensions.DateTimeLocalizer].[ConvertToLocalDateTime]; The following error occurred: Assembly 'Mendix.SqlServerExtensions' was not found in the SQL catalog of database 'model'.
asked
1 answers
3

Are your using the SQL server as database for the whole app in the settings or are you using the Mendix DBConnector Module?

answered