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

How to concatenate two binary strings together?

625


explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration

517


What are the types of sql server?

531


Describe in brief authentication modes in sql server.

578


What is the native system stored procedure to execute a command against all databases?

545






Which tcl commands are available on the sql server?

613


How to rebuild the master database?

592


can a database be shrunk with users active? : Sql server administration

578


Write a code to select distinct records without using the DISTINCT keyword.

658


What is indexing explain it with an example?

564


What is a full text index?

503


Name 3 of the features that the sql server built-in function loginproperty performs on standard logins? : sql server security

714


How to rename an existing table with the "sp_rename" stored procedure in ms sql server?

554


How do we Backup SQL Azure Data?

86


How to compare the top two records using sql?

772