October 6, 2006 at 2:16 pm
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
October 6, 2006 at 4:22 pm
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
March 26, 2008 at 9:56 am
We're also getting loads of 'TVQuery rollbacks'. Does anyone know what those are ?
Pawel
March 26, 2008 at 10:01 am
This thread shines some light on the issue:
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply