What is TVQuery?

  • Run a profiler trace on customer site and while reviewing ran into an object name of TVQuery for a EventClass of SQLTransaction.  Have googled 'TVQuery' and can find almost nothing on it. 

    Does anybody have an idea what this is?

    Cheers,

    Mike Byrd

    Mike Byrd

  • TVQuery maybe a Table Variable Query ?

    Like:

    declare @t table (x int )

    select * from @T

    Which by the way does not participates in transactions !?!


    * Noel

  • We're also getting loads of 'TVQuery rollbacks'. Does anyone know what those are ?

    Pawel

  • This thread shines some light on the issue:

    http://www.thescripts.com/forum/thread80206.html

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

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