The topic describes the DF055 T-SQL code analysis rule.
DEPRECATED
A deprecated system function is used.
It is recommended to avoid using deprecated system functions.
A list of functions to be deprecated is as follows:
SELECT USER_ID('Harold');
GO