I'm trying to figure out how an application is inserting data into the backend, so I ran a trace. I suspected that the app was calling a stored procedure, but all I found in the trace were a bunch of selects and inserts. Does Profiler only show the SQL of the Stored Procedures, or would the SP's name be shown? If just the SQL is shown, is there a way for me to find out which SP is producing the statements? Thanks in advance.