adspace


What is the difference between a view and a stored procedure?

Answer Posted / Sarvesh Kumar Prajapati

In SQL Server, a view is a virtual table based on the result-set of an SQL statement, whereas a stored procedure is a prepared SQL code that stores pre-compiled execution plans. A view does not modify data and cannot be executed like a standalone program; it simply represents the data in different formats for querying. On the other hand, a stored procedure can contain SQL statements to create, insert, update, delete or retrieve data and can accept parameters.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Disadvantages of the indexes?

1230


How to convert numeric expression data types using the cast() function?

1157


How to enter binary string literals in ms sql server?

1255


Equi join and non equi join is possible with sql server?

1139


What is an indexed view?

1029


How to remove duplicate rows from table except one?

1096


How to convert character strings into numeric values?

1196


What is in place upgrade in sql server?

1137


Explain system functions or built-in functions? What are different types of system functions?

1069


How do I create a trace in sql server?

1126


Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60

2300


Where can you add custom error messages to sql server?

1220


How to rebuild the master database?

1175


How can we solve concurrency problems?

1129


What is the difference between for xml raw and for xml auto?

1125