• Use the following one to get the exact SQL Statement running on the server, if you cant use Profiler

    Exec xp_sqltrace Trace, @EventFilter = 115, @Fulltext = 1

    Edited by - shastryv on 05/19/2003 1:08:03 PM