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

what is the difference between count(*) and count(1) ?

811


Explain the rules for designing files and file groups in sql server?

708


What is the purpose of linked server configuration in sql server?

723


What is the use of attributehierarchyvisible ? : sql server analysis services, ssas

786


How to execute a sql statement using mssql_query()?

712






What is best institute to Learn DotNET And SQL in chennai?

1897


What is single-user mode?

693


What is report subscription?

109


How to change parameter value inside the report?

131


Can we call stored procedure in view in sql server?

673


How to create new databases with "create database" statements?

756


What is the sql server agent?

780


What are the main differences between #temp tables and @table variables and which one is preferred?

769


how would you improve etl (extract, transform, load) throughput?

761


What is delete query?

695