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
Why is replication required on the sql server?
Does group by or order by come first?
What are a database and a data warehouse?
What are key constraints?
What is page in sql server?
What is mean by candidate key?
What is the purpose of sql profiler in sql server?
What is replication and database mirroring?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
What is field with example?
What are different types of statements that are supported by sql?
application server is slow what may be the problem
What is reportserver and reportservertempdb ?
Name few of the dcl commands in sql?
optimization techinques