SQL Profiler JTDS

  • Hi , I have system that when I profile I get lots of long runnig quireis which seemed to follow this format

    "exe jdts14343 'parm1','pram2'"

    Is here any way i can find out what that query actual is?

    Many thanks

  • Not sure if I am missing something - would you simply look in

    [dbName] >>> Programmability >>> Stored Procedures

    through the ssms object explorer??

  • sorry a missed out a #

    the textdata of the SQL profile trace shows

    "exec #jtds232232 'parm1'"

    #jtds id not alwasy followed by the same numbers. this is not a stored procedure, but something coming in over a java conection.

    Many thanks

  • Pretty sure that would be a temporary sp - so would be stored in the tempdb...

    guessing - but could it be that the app is creating the sp as part of its call ??

  • HI thanks I will run another profile and see if I can find the SP's in temp. Many thanks

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply