Answer Posted / sathish kumar.t
Trigger is the collection of T-SQL statements, which is
activated based on certain actions. Trigger is fired, when
any of one DML statements will occur..
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How can we rewrite sub-queries into simple select statements or with joins?
Name 3 ways to get an accurate count of the number of records in a table?
How to rebuild master databse?
Define constraints and give an example of their use?
How to drop an existing table?
How to rename an existing column with the "sp_rename" stored procedure in ms sql server?
What is the optimization being performed in oracle and SQL Server?
What types of Joins are possible with Sql Server?
Explain powershell included in sql server 2008?
What is the Difference Between Primary and Foreign Key?
Does partitioning improve performance sql server?
there is a trigger defined for insert operations on a table, in an oltp system. The trigger is written to instantiate a com object and pass the newly inserted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better? : Sql server database administration
What are the transaction properties?
What are the different editions available in sql server 2000?
How to list all login names on the ms sql server?