Whenever we start working on any new platform we need some guidelines to perform simple tasks such as executing stored procedures. Stored procedures speedup the execution of database interaction. There are many reasons. Stored procedures are precompiled set of SQL statements to it skips time of Compiling SQL at runtime. Also it runs in process of database so data access is very fast.
Anyways I found this nice article to execute stored procedure from ASP.net page
Go through this article
No comments:
Post a Comment