I\'m using ms sql 2008 and trying to create a database name that references another database. For example \'Dev\', \'Test\', \'Demo\' would be database names that i could re
use 3 part notation and alias up to the table, example
select * from tempdb.dbo.sysobjects a join master.dbo.sysobjects b on a.id = b.id