I have serveral stored proces, that each update or insert records into there own tables. They are all called from a VB app one at a time.Is it better to have the VB app call each one, or have the VB app call the first one and have each SP call the next one.. and so on ??