dependency analysis from C# code thru to database tables/columns
Posted
by
fpdave
on Programmers
See other posts from Programmers
or by fpdave
Published on 2011-01-13T16:06:29Z
Indexed on
2011/01/13
16:59 UTC
Read the original article
Hit count: 491
I'm looking for a tool to do system wide dependency analysis in C# code and SQL-Server databases. Its looking like the only tool available that does this might be CAST (cast software), which is expensive and it does lots more besides that I dont really need.
c# code thru to database column dependency would be hugely useful for many reasons, including: - determining effects of database changes throughout the system - seeing hot spots in the database schema - finding dead stored procedures/tables/etc - understanding the existing code base
does anyone know of any such tools?
© Programmers or respective owner