>What I'm wondering is whether it would be more efficient (faster) to split the sproc into 4 versions that I call specifially >from the application depending on the final query required.
if you can hanle this at the front end(depending on the variale, call appropriate sp), then this will e better
Now four joins won't always reduse the performance...
Post the SPfor more help
Main Topics
Browse All Topics





by: acperkinsPosted on 2006-02-24 at 18:01:11ID: 16043970
Perhaps it would help if you posted your stored procedure as it stands now.