Qualify Object Names | ![]() |
The Qualify Object Names command modifies T-SQL code in a way that all the database objects referenced in it are in the format:
[schema_name].[object_name]
![]() |
---|
The SQL Server name and database name are not added to the object name. |
To qualify object names:
If you do not select any code, the all object names in the script are qualified.
SQL Enlight connects to the SQL Server, resolves the not qualified identifiers and modifies the script. For each resolved or unresolved object name, a message is added to the SQL Enlight Error List describing the result.
The changes made by the Qualify Object Names command can be undone with using the standard Undo features of the code editor.