GeoffS Level: VB Lord

 Registered: 29-09-2004 Posts: 536
|
Re: store procedure and VB?
Hi,
Your friend is quite correct. In simple terms, any SQL statement needs to be checked by the database engine (SQL-Server / MySQL) before being executed, but if the procedure has been stored then that means that it has already been checked and optimized for execution - which means that one step of the process does not need to take place so it all happens more quickly!
____________________________
multi-tasking - the ability to hang more than one app. at the same time.
|