seeing FMTONLY/NO_BROWSETABLE ON stuff in the profiler
Posted by Johnny Ruin on 10/06/05 22:10
Hi, Running a trace while operating my application (written in C++
w/SQLDataProvider) I'm seeing all my queries wrapped in SET FMTONLY
OFF; SET NO_BROWSETABLE ON;my query here;SET NO_BROWSETABLE OFF;.
What's the deal? Seems like all this toggling of values has to effect
performance doesn't it?