Difference between writing SQL query and stored procedure ?
Answer Posted / ashwini
SQL query will be compiled everytime it is executed.
Stored procedures are compiled only once when they are
executed for the first time.
| Is This Answer Correct ? | 209 Yes | 18 No |
Post New Answer View All Answers
What are the different Topologies in which Replication can be configured?
if no size is defined while creating the database, what size will the database have? : Sql server administration
Which are the third-party tools used in sql server and why would you use them?
What is create statement?
What kind of problems occurs if we do not implement proper locking strategy?
Define primary key?
Can we store videos inside the sql server table?
How many types of cursor type are there?
Explain indexes disadvantages?
Do you know the different ddl commands in sql?
what is the difference between Delete and Truncate command in SQL
How many databases can we create in a single server?
What is a cursor, index in sql?
What does sql server mean?
What is difference between order by and group by?