What are the magic tables in SQL Server 2000?

Answer Posted / kirti kumar agarwal

The INSERTED and DELETED tables, popularly known as MAGIC
TABLES, and update () and columns_updated() functions can
be used to determine the changes being caused by the DML
statements.
Note that the Magic Table does not contain the information
about the columns of the data-type text, ntext, or image.
Attempting to access these columns will cause an error.

Is This Answer Correct ?    44 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A trigger can reference objects outside the current database? State true or false.

551


Define full outer join in sql server joins?

499


Can we create clustered index on composite key?

516


Data is not being delivered to subscribers, what can be the possible reasons? : sql server replication

545


1 01 101 01010

1570






Find columns used in stored procedure?

529


What is “asynchronous” communication in sql server service broker?

545


Can foreign key be deleted?

529


Thanks to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?

527


What is Cross Join and in which scenario do we use Cross Join?

572


What are the approximate numeric data types?

533


What is difference between after and before?

507


Where can you add custom error messages to sql server?

585


What are a scheduled jobs or what is a scheduled tasks?

495


What is repeatable read?

542