Where are magic tables stored ? Is it in the same database
where it is created ?

Answer Posted / digvijay kumar singh

magic table is concept of triggers. when trigger perform the
insert,delete and update action on the table. the create a
temprory table that is called the magic table. when perform
dalete action:-- all deleted row stored in to a table
thease table is called "Deleted table" such that insert
action: create "created table" these table called the magic
table.

when trigger commited the magic table automatically deleted.
it is stored in Temp database of sql server.



i hope any person gotted.

Is This Answer Correct ?    25 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the new scripting capabilities of ssms? : sql server management studio

558


You want to generate a report that is formatted as a chart. Can you use the report wizard to create such a report?

88


What is identity?

555


Explain having clause?

530


What is report subscription?

91






Does any body please help me what question's have asked for SSRS in the interview?

1668


How to connect ms access to sql servers through odbc?

555


What is sleeping status in sql server?

526


Tell me what do we need queues in sql service broker?

522


Do you know what is user defined datatypes and when you should go for them?

504


Why we use functions in sql server?

520


How to write the storeprocedure with in the store procedure? and how can we write the store procedure with in a trigger vice versa? plz post me the exact answer?

2118


What are the different Topologies in which Replication can be configured?

648


Define inner join? Explain with an example?

516


How can you control the amount of free space in your index pages?

618