The following query is perfectly valid:
select top 10 *
from master..spt_values
But running Qualify Object Names (SQL Prompt 5.2.2.1) on it results in an error:
"The object ... could not be found in the database"
I was expecting master..spt_values to become master.dbo.spt_values.
But running Qualify Object Names (SQL Prompt 5.2.2.1) on it results in an error:
I was expecting master..spt_values to become master.dbo.spt_values.