What are the advantages and disadvantages, compared to the
standard SQL and SQL*plus ?
Answer Posted / chandrika
•Applications that involve extensive business logic and
processing could place an excessive load on the server if
the logic was implemented entirely in stored procedures.
Examples of this type of processing include data transfers,
data traversals, data transformations and intensive
computational operations. You should move this type of
processing to business process or data access logic
components, which are a more scalable resource than your
database server.
•Do not put all of your business logic into stored
procedures. Maintenance and the agility of your application
becomes an issue when you must modify business logic in T-
SQL. For example, ISV applications that support multiple
RDBMS should not need to maintain separate stored
procedures for each system.
•Writing and maintaining stored procedures is most often a
specialized skill set that not all developers possess. This
situation may introduce bottlenecks in the project
development schedule.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
tell me about various levels of constraint. : Sql dba
What is integrity in sql?
What are the key differences between SQL and PL SQL?
What is the difference between delete and truncate statement in sql?
Explain unique key in sql.
Why cross join is used?
How do you write an inner join query?
What is schema in sql example?
What is execute immediate?
Why do we need view in sql?
What is the difference between view and stored procedure?
How does sql profiler work?
What is sql profiler in oracle?
what are the advantages and disadvantages of cascading style sheets? : Sql dba
What is 19 null in sql?