vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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? |