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 |
How to Improve the performencs of SQL Server 2005 exclude stored Procedure and Indexes?
Describe in brief sql server monitoring ways.
What is lock escalation and what is its purpose?
How many index keys possible for a table
Which autogrowth database setting is good?
How to add a new column to an existing table with "alter table ... Add" in ms sql server?
What is the purpose of grouping data in a report?
can any body tell me how to know the password of current user in sql server
Which is better statement or preparedstatement?
What is use of dbcc commands?
Rate yourself in .NET and SQL ?
1 Answers Cognizant, HCL, SunGard,
could you please reply for these question: 1.About Use Apply? 2.Avoid cursors - When we have a situation that we can not avoid the use of cursor than what is the alternate solution? is there anything we can use instead of cursor to perform the desired task? which optiomize the peroformance too. 3.What is computed columns? Thanks in advance. Regards, Rupesh
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)