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...

what is the importence of the trigger in sqlserver2000?

Answer Posted / kinthada cnu

hi all

Trigger nothing but special kind of stored procedure
it's providing security to table data.And it is automatically
fire when the queary excuted.

ex:
create trigger <trigger name>
on <table name>
for <insert/update/delete>
as
begin
<statments>
end

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to list all triggers in the database with sys.triggers in ms sql server?

1137


What is dknf in normalization form?

1114


What are the different authentication modes in sql server?

1167


What is blocking and how would you troubleshoot it? : sql server database administration

1097


what do you understand by change data capture?

1081


How to get a list of columns in a view using the "sp_columns" stored procedure?

1086


What are the different normalization forms?

1165


How to use user defined functions in expressions?

1153


How do you rename a table in sql server?

1103


What are the advantages of log shipping?

1039


What is the difference between ROW_NUMBER and Ranking function in SQL SERVER?

1202


Does index speed up select statements?

1074


Does the unique constraint create an index?

1136


What is the difference between the export /import functions in sql studio and standalone sql manager? : sql server management studio

1189


Explain about Views?

1127