S
Scott
I need a way to find all the database dependencies (stored procs, tables,
and views) used by my assemblies. I don't expect to get a perfect solution
since it's possible that stored proc names and ad-hoc queries may be
concatenated from various variables or stored in the config file, but I
would like to be able to isolate +/- 5 lines around where stored proc names
or ad-hoc queries may be used.
Would it be easier to parse the IL instead of the .cs files to find this
information? Any other ideas?
Thanks.
Scott
and views) used by my assemblies. I don't expect to get a perfect solution
since it's possible that stored proc names and ad-hoc queries may be
concatenated from various variables or stored in the config file, but I
would like to be able to isolate +/- 5 lines around where stored proc names
or ad-hoc queries may be used.
Would it be easier to parse the IL instead of the .cs files to find this
information? Any other ideas?
Thanks.
Scott