system.db.runSFPrepUpdate vs system.db.runPrepUpdate


How much logical sense does the above thing makes?
My main concern is data as well as performance.

It doesn't make sense. If passing through the store and forward system is acceptable, just use the Store and Forward version of the system call all the time.

(If this is in a tag event, you should not be using any DB calls other than S&F anyways...)

4 Likes