My procedures work properly, the queries have good explain plane, when accessed directly have no problem but when accessed from another application by more than one user via webmethods it becomes real pain. It causes undue stress :)
I thought I needed to add something else... as many users retrieve thousands and thousands of data
Main Topics
Browse All Topics





by: grzessioPosted on 2009-07-02 at 22:59:27ID: 24770221
if your procedure only selects and retreives data from table (without modification) then undo is not used unless someone else changes this data.
any code would be helpful.