Run this procedure to get all parent table names( take only the tablenames which has oSequence as 1)
EXEC sp_msdependencies @intrans = 1
-- Chandu
Using undocumented features can have undesirable effects as its implementation may change without notice. Its not safe to use this on production environment.
------------------------------------------------------------------------------------------------------ SQL Server MVP http://visakhm.blogspot.com/