"'TYPE_ID' is not a recognized function name."
I checked the log file and before writing to the database, FME is trying to execute the following query
SELECT name FROM sys.columns WHERE object_id = OBJECT_ID('(TableName]') AND user_type_id = TYPE_ID('int') AND is_identity = 1
When I execute this query I get an error too: SELECT name FROM sys.columns
The error is:
Invalid object name 'sys.columns'.
Is there a problem with writing to such an old SQL database?