The stored procedure is a set of SQL queries which can take input and send back output. After that when the procedure is modified, all clients automatically get the new version. In the stored procedures reduce the network traffic and improve performance. The Stored procedures can be used to help ensure the integrity of the database.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
The stored procedure is a set of SQL queries which can take input and send back output. After that when the procedure is modified, all clients automatically get the new version. In the stored procedures reduce the network traffic and improve performance. The Stored procedures can be used to help ensure the integrity of the database.