are the DBs in the same server?. you could try
USE [DB1]
GO
select * from SYS.indexes where object_name(object_id)='table'
------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/