Verwenden Sie die 3-teilige Notation und den Alias bis zur Tabelle, Beispiel
select * from tempdb.dbo.sysobjects a
join master.dbo.sysobjects b on a.id = b.id
Verwenden Sie die 3-teilige Notation und den Alias bis zur Tabelle, Beispiel
select * from tempdb.dbo.sysobjects a
join master.dbo.sysobjects b on a.id = b.id