What are Magic Table?

Answer Posted / golu singh

In SQL server magic table is nothing more than an internal
table which is created by the SQL server to recover recently
inserted, deleted and updated data into SQL server database.
That is when we insert or delete any record from any table
in SQL server then recently inserted or deleted data from
table also inserted into inserted magic table or deleted
magic table with help of which we can recover data which is
recently used to modify data into table either use in
delete, insert or update to table. Basically there are two
types of magic table in SQL server namely: inserted and
deleted, update can be performed with help of these twos.
Generally we cannot see these two table, we can only see it
with the help Trigger’s in SQL server.

For more details please check out the following link...
http://mindstick.com/Blog/211/Magic%20Table%20in%20SQL%20Server

It might resolve your problem.
Thanks!!

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is trace flag in sql server?

532


what is database replicaion? : Sql server database administration

609


What are the new features are introduced in sql server 2012 reporting services?

109


Define cross join in sql server joins?

591


What is for xml in sql server?

542






Do you know concepts and capabilities of sql server?

584


How to get the query of a table in sql server?

504


Explain optimistic and pessimistic concurrency?

544


What are diverse clauses that form a part of sql?

601


Explain unique key in sql server?

540


How to recreate an existing index in ms sql server?

550


What is the beast way to write CTE in SQL Server ?

564


what's new in sql server 2016?

565


What is the user of Primary key?

580


Can primary key be a foreign key?

566