Brijesh Jalan
What is stored procedure ? how we use it in .NET ?
By Brijesh Jalan in ASP.NET on Jul 05 2010
  • sushil kumar
    Jan, 2016 18

    stored procedure is pre-compiled sql query. when you execute sp it will again not compile. so it fast and reduce load on database server.create sp in database and use this sp insteaad of sql query in .net. sqlcommand com=new sqlcommand("your sp name"); com.commandtype=commandtype.storedprocedure;my blog: aspmaterials.blogpsot.com

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS