Hello all,
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.