what is the importence of the trigger in sqlserver2000?
Answer / 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 |
What is merge join?
What are the basic features of a trigger in ms sql server?
What is blocking?
What is the name of the system variable that returns the number of rows affected by a SQL statement?
Explain about integration services of Microsoft SQL server?
How to find index size for each index on table?
What is a join and their types?
2 Answers Challenger Financial,
how insert selected column only ?
Difference between report and query parameter. Why do we need different type of parameter?
explain query execution plan
What is a trigger?
How to use old values to define new values in update statements in ms sql server?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)