I have long known that the "View Dependencies" function in SQL Server Management Studio is borderline useless, since it is unlikely to ever return all the dependencies, however, is there a better alternative? This is a pretty powerful feature for obvious reasons, but if you can't rely on the results (as is the case with Microsoft), you still need to do everything by hand to be safe.
It seems like it would be pretty easy to implement, are there any tools out there that deal with this effectively?
As a note, does anyone know what is wrong with "View Dependencies"? Is there a certain class of dependencies that it faces with the problem of identification?
source
share