Hello,
I would like to know if in SQL server 2005 there is the sp_MSdependencies or something equivalent (or better) to show the tables order by referential integrity?
I mean:
if T1 is related with T2 and T2 releated with T3,
sp_MSdependencies show the following order:
T1
T2
T3.
Thank