My current database is SQL Server 2008 R2 with compatibility level 80 (SQL Server 2000). I need to upgrade compatibility level to 100 (SQL Server 2008/R2). I have installed SQL Server 2000 Enterprise edition and created plain database on it. I wanted to capture trace of my SQL Server 2000 database as most of my stored procedure uses dynamic SQL which can't be analyzed without trace file.
Which template should I use for SQL Server 2000 profiler which captures actual SQL query executed?