sql server: looking for table usage through out database...
- by dotnet-practitioner
How would I figure out what type of sql code such as procs, functions, views etc. are interacting with my table called TABLE1 through out a given database. Sample code would be very helpful for me.
thanks