Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can we execute a stored procedure inside a trigger?

Answers were Sorted based on User's Feedback



Can we execute a stored procedure inside a trigger?..

Answer / uttam singh rawat

Yes , we can execute the proc inside the trigger

exce proce_name(param,param1)

Is This Answer Correct ?    35 Yes 5 No

Can we execute a stored procedure inside a trigger?..

Answer / mohd masood siddiqui

Yes, we can call a stored procedure.

SQL doesn't have a row trigger. Triggers fire once per
statement, not per row. Hence it's not recommended to have
triggers call procedures that have to execute one row at a
time. It's slow.

Is This Answer Correct ?    13 Yes 3 No

Can we execute a stored procedure inside a trigger?..

Answer / sql2000

The question is asking for if a SP can be executed from
within a trigger. In MS SQL 2000 have executed and this is
possible.

Is This Answer Correct ?    9 Yes 3 No

Can we execute a stored procedure inside a trigger?..

Answer / reva ram sahu

Triger are executed automatically so we can't call them
within a stored procedure or within a function they are
executer explicitly when any DML command take place and also
fire in case of sql server 2005 whenere there is any DDL
command such as create table/proce or alter table/proce

Is This Answer Correct ?    4 Yes 11 No

Can we execute a stored procedure inside a trigger?..

Answer / swetha

No you can't call stored procedure inside triggers.

Is This Answer Correct ?    11 Yes 29 No

Can we execute a stored procedure inside a trigger?..

Answer / digambar patil

no, we cannot execute stored procedure in trigger.

Is This Answer Correct ?    2 Yes 20 No

Post New Answer

More SQL Server Interview Questions

how can i lock the column in the table

2 Answers   Accenture,


How to enable/disable indexes?

0 Answers  


How to list all tables having unique constraints in any of the columns in a database.

1 Answers  


How to create a view with data from multiple tables?

0 Answers  


What is etl - extraction, transformation, and loading?

0 Answers  


What is the minimum recommended amount of ram for sql server 2012 enterprise?

0 Answers  


What is join query?

0 Answers  


What are the results of running this script?

0 Answers  


How to select all columns of all rows from a table with a select statement in ms sql server?

0 Answers  


What do you understand by the denormalisation?

0 Answers  


What is the maximum size per database for sql server express?

0 Answers  


What are the differences between ms sql server & oracle?

0 Answers  


Categories