Using Visual Studio 2010 & SQL Server 2008. There's a field in a table that I'm looking into. Not sure if it's even being used anywhere or if it is being used, how it's being used.
Any easy way to tell what vb/c# code files in my solution or stored procs are using this field. I know I could simply do a "edit/find" and use the field name. But didn't know if there was an easier, better, or more thorough way to check? Thanks!