Description of General Purpose Sql Function :
General Purpose Sql Function is a tutorial which defines an user defined function which is used to run non query Sql statements. The author in this tutorial describes this function for general purpose. In this function you can use the SqlConnection object to create the database connection and using the ExecuteNonQuery of the SqlCommand object it executes the query that does not return any result.