viewing the data from a sql server connection

  • Hi

    I have a compilled application that is failing and I need to see they data being returned to the application by the sql server

    Though the profiler I can see what commands it is executing on the sql server but how do I see the data is returned to the actual application

    I know I can rerun the sql through the analyser but this seems to work but the application reports in the debug log that the data is invalid.

    Any one have any ideas

    tks

    Brett

  • Use a network sniffer that can read TDS

  • Hi thanks but in this case the application is running on the same physical system (and does some weird registery lookups for existing processes) which prevents me from moving "accross the network" where I would have been able to this.

    thanks anyway

    Brett

Viewing 3 posts - 1 through 3 (of 3 total)

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