when inserting to a table how many rows will be effected
using triggers

Answer Posted / veeresh kethari

Before commit in the database,data will get store in the
INSERTED table in trigger. From the table we can come to
know how many records are affected in the table.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to execute function in stored procedure sql server?

533


what are the new features introduced in sql server 2000? : Sql server database administration

542


What is reportserver and reportservertempdb ?

107


What is truncate table?

544


Explain the various types of concurrency problem?

687






What happens if you are trying to access a schema not owned by you?

503


List the different index configurations possible for a table?

509


Can you use order by when defining a view?

567


Explain isolation levels that sql server supports?

562


Describe and explain about SQL native client?

606


What are the advantages of using cte?

544


why would you call update statistics? : Sql server database administration

563


How to backup SQL Server Reporting Services ?

103


You have several tables, and they are joined together for querying. The tables contain both clustered indexes and non clustered indexes to optimize performance, how should you distribute the tables and their indexes onto different file groups?

551


What are ddl triggers and types of ddl trigger?

600