Is this valid dbo.dbo, if so what does it mean? I have spoted this on a query that someone else wrote:
from dbo.tmp_BDCode aob inner join dbo.dbo.tmp_BDCode_03 ao
Would it have an adverse effect on a query, because dbo just means its a global object.
Thanks all for clarification on this.
There may be a database named
dboor schema nameddbo.dboor a table nameddbo.tablename.These commands are valid:
It definitely has an adverse effect of not being clear enough to the programmers that will have to read this source code afterwards.