Difference between writing SQL query and stored procedure ?
Answer Posted / senthil kumar
compared with query, stored procedure is efficient and fast
execution.Because stored procedure is program once it
formed then execute as a program.
| Is This Answer Correct ? | 90 Yes | 26 No |
Post New Answer View All Answers
What is a constant or literal in ms sql server?
What are click through reports?
What is transact-sql language?
What is “begin trans”, “commit tran”, “rollback tran” and “savetran”?
Explain transaction isolation levels in sql server?
Is natural join and equi join same?
What is a group function explain with an example?
Write the syntax for stuff function in an sql server?
What is SQL Server?
What is it unwise to create wide clustered index keys?
Are there any preferred steps that need to be taken care of before starting the installation of sql server 2000?
How can you stop stored procedures from recompiling?
why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it? : Sql server administration
What is SQL Azure?
What is an indice?