I have an external application connecting to a SQL Server 2008 Express database.
Is it possible to monitor (view) the SQL statements that are generated by the external application at all? I am trying to work out the tables (and the relevant joins) used in the queries.
Thanks