Click here to Skip to main content
16,008,010 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
What is Differance between Stored procedure or View ? Why used in View,Benifits of Used in View
Posted

The main difference of stored procedure and View is , Stored procedure has Insert/Update/Delete/Select operation that we can perform on any table and using view is the form of Table and has only select statement.

ANd the benefits of view is , please look at the URL.
http://www.c-sharpcorner.com/Blogs/10575/advantages-and-disadvantages-of-views-in-sql-server.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900