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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / amitmca09

Magic tables stored in the same database

Is This Answer Correct ?    19 Yes 4 No

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

Answer / raja

At the time of creating triggers magic tables will be created.

Is This Answer Correct ?    9 Yes 2 No

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

Answer / digvijay kumar singh

yes, magic table stored in current databse.

Is This Answer Correct ?    8 Yes 2 No

Post New Answer

More SQL Server Interview Questions

What is ACID Property of Transaction?

10 Answers  


Let us say master db itself has no backup. Now you have to rebuild the db so what kind of action do you take?

1 Answers  


What xml support does the sql server extend?

0 Answers  


Can sql servers link to other servers like oracle?

0 Answers  


how many instance use in sql server 2005

4 Answers   EFI, HCL,


Explain table valued parameters in sql server? Why tvp used?

0 Answers  


how we can store the value like that 001,003,023 etc in sql server 2005

7 Answers  


what are file groups?

3 Answers   Evalueserve,


ow to bring suspect mode datbase online from scratch

0 Answers  


What is change data capture (cdc) feature?

0 Answers  


How to create a store procedure with encryption?

0 Answers  


What are different types of raid levels?

0 Answers  


Categories