Hello,
I need to select tables accross two database how can I do that ?
For this statement:
use directory
select DISTINCT account from fileindex
where pathid in (select nameid from pathnames where name like 'C:\Data\%')
I need to add another table from a anoter database, how can I do that ?
I run MS SQL 2000
thanks for your help !!
I need to select tables accross two database how can I do that ?
For this statement:
use directory
select DISTINCT account from fileindex
where pathid in (select nameid from pathnames where name like 'C:\Data\%')
I need to add another table from a anoter database, how can I do that ?
I run MS SQL 2000
thanks for your help !!