| 1. |
Explain The Benefits Of Running Stored Procedure On A Database Engine? |
|
Answer» Stored procedures can run DIRECTLY run on a data base ENGINE. In industries where automation is the key a stored procedure can run entirely on the data base provided to it and this runs on a specialized data base server. Network communication can be avoided. Also this procedure is useful for execution of complex SQL STATEMENTS. Stored procedures can run directly run on a data base engine. In industries where automation is the key a stored procedure can run entirely on the data base provided to it and this runs on a specialized data base server. Network communication can be avoided. Also this procedure is useful for execution of complex SQL statements. |
|