Working mostly with Stored Procedures in RDBMS.
- From: Rohit <rpk.general@xxxxxxxxx>
- Date: Wed, 15 Aug 2007 05:10:27 -0700
I have few queries regarding the use of Stored Procedures, Functions
and Triggers in an RDBMS.
(1) When to use Stored Procedure? Writing an INSERT query in a Stored
Procedure is better or firing it from the application level?
(2) Can a Trigger call a Stored Procedure?
(3) What type of code must reside in application and what type in
RDBMS?
(4) Is it faster to work at application level or at the database level?
.
- Follow-Ups:
- Re: Working mostly with Stored Procedures in RDBMS.
- From: Carl Kayser
- Re: Working mostly with Stored Procedures in RDBMS.
- From: Tony Rogerson
- Re: Working mostly with Stored Procedures in RDBMS.
- Prev by Date: Re: What happens after 2^32 autonum keys are exhausted?
- Next by Date: Re: What happens after 2^32 autonum keys are exhausted?
- Previous by thread: table update best practices
- Next by thread: Re: Working mostly with Stored Procedures in RDBMS.
- Index(es):
Relevant Pages
|