Google News
logo
ADO.NET - Interview Questions
Why is stored procedure used in ADO.NET?
Stored Procedure is used for the following reasons :
 
* To improve performance
* Easy to use and maintain
* For security
* Less time taking for execution
* Less Network Traffic
Advertisement