stored procedure vs sql performance
783547May 23 2011 — edited May 24 2011i have a series of 4 selects. If i do them in my application code (C++) one after the other, it outperforms the same thing done in a stored procedure. I wonder how this is possible being that i save 3 round trips????