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
How can we use ConnectorJ JDBC Driver with MS SQL?
What authentication modes does sql server support?
How to find the service pack installed? : sql server database administration
When you use @@error and try-catch?
How to create a simple table to test triggers in ms sql server?
What language is sql server written in?
what is the Ticketing tool used in Wipro technologies at Bangalore...???
Explain partitioned view?
how you can deploy an ssrs report?
What are the source of constraints?
Explain unique key in sql server?
Can sql servers link to other servers?
Can we use pragma autonomous_transaction in trigger?
How to encrypt Strored Procedure in SQL SERVER?
Explain the difference between functions and stored procedures in sql server?