TMSSQLMonitor shows fake openings
Posted: Wed 21 Oct 2015 09:01
Hi,
If i open query like
and then use opennext to jump to next resultset, then the tmssqlmonitor gets three execute events, although only one really executed! how do i distinguish the "real" opening and how the fake ones?
Thanks, Ludek.
If i open query like
Code: Select all
select 1 as field
select 2 as field
select 3 as field
Thanks, Ludek.