gebruik 3-delige notatie en alias tot aan de tabel, voorbeeld
select * from tempdb.dbo.sysobjects a
join master.dbo.sysobjects b on a.id = b.id
gebruik 3-delige notatie en alias tot aan de tabel, voorbeeld
select * from tempdb.dbo.sysobjects a
join master.dbo.sysobjects b on a.id = b.id