How can we help you today? How can we help you today?

Qualify Object Names with .. notation

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.
PhilParkin
0

Comments

1 comment

  • meklembl
    Following this message because I am seeing the same result.
    meklembl
    0

Add comment

Please sign in to leave a comment.