I need to reverse engineer a SQL Server database in that there is an application that sits on top of the database.. I am trying to understand how certain tables in the database are affected by certain events in in the application.. example on the order entry screen, when an order is placed successfully, what relational tables are accessed
Can the SQl Server 2005 Profiler be used to assist with this kind of debugging
Thank you.