adspace


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 self contained sub query?

1147


Does view occupy space?

1028


What are wait types?

1259


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

1051


How do I start sql server 2017?

1022


Explain system functions or built-in functions? What are different types of system functions?

1069


What is sql or structured query language?

1231


What is a view in sql?

1046


How can we solve concurrency problems?

1127


What are the different types of subquery?

1239


Disadvantages of the indexes?

1230


What are the different subsets of sql?

1661


What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?

1208


What is the difference between for xml raw and for xml auto?

1125


What is subquery? Explain the properties of a subquery?

1067