Difference between writing SQL query and stored procedure ?

Answer Posted / ramneet

SP is good for security purpose, as it grant privileges to
the use.........

Is This Answer Correct ?    23 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the sql equivaent of the dataset relation object ?

1567


What is user-defined multi-statement table-valued function?

655


Where views are stored in sql server?

557


Explain “row_number()” in sql server with an example?

519


What are the advantages of sql azure?

116






What is a livelock?

555


Relational calculus is what type of language?

573


Can you explain what are the restrictions applicable while creating views? : SQL Server Architecture

490


what data regions are and what are the different data regions?

101


What is the difference between clustered and non-clustered indexes in ms sql server?

487


What is transact-sql ddl trigger?

628


How do I start and stop sql server?

541


What is oltp (online transaction processing)?

581


While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?

619


What are the pros and cons of putting a scalar function in a queries select list or in the where clause?

715