DF055: A deprecated system function is used.
The topic describes the DF055 T-SQL code analysis rule.
Category
Deprecated
Message
A deprecated system function is used.
Description
It is recommended to avoid using deprecated system functions.
A list of functions to be deprecated is as follows:
- databaseproperty
- file_id
- indexkey_property
- user_id
- permissions
- fn_get_sql
- fn_servershareddrives
- fn_virtualservernodes
Noncompliant code example
SELECT USER_ID('Harold');
GO
Want to Find out More?
Take a quick tour to learn all about the key benefits delivered by dbForge Studio for SQL Server.
Get acquainted with the rich features and capabilities of the Studio in less than 5 minutes.
If you consider employing the Studio for your business, request a demo to see it in action.
Ready to start using dbForge Studio for SQL Server?