I am trying to launch sql profiler 2008 from the command line launch. the syntax I used :
C:\Program Files\Microsoft SQL Server\100\Tools\Binn>profiler90 /S server /D dbname /U sa /P password /T "C:\Documents and Settings\template.tdf"
actual result: profiler opens, successful login happens but still I am forced to select a template.
Expected result: is there any other command line parameter I need to use to force profiler to take up a specified template.
Edit:
GBN: Thanks for the suggestions.
I did the following changes profiler90 changed to profiler modified the template path to : C:\Documents and Settings\myuser\Application Data\Microsoft\SQL Profiler\10.0\Templates\Microsoft SQL Server\100**templatename**
the physical folder specified above contains the template file.
still the problem persists