Qualify Object names with .dbo.[viewname]
PhilParkin
Posts: 6
Similar to my previous post...
The following query is valid:
But running
Qualify Object Names on it results in an error:
Am I misusing this feature?
Thanks.
The following query is valid:
select top 10 * from msdb.dbo.sysjobs_view
But running
Qualify Object Names on it results in an error:
The object ... could not be found in the database.
Am I misusing this feature?
Thanks.
Comments
Cleveland, OH USA
I've linked back to this forum post in any case, so we can let you know if and when it's fixed.
Redgate Software