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 the Main Difference between ACCESS and SQL SERVER?

0 Answers   MindCracker,


What is filestream?

0 Answers  


What are number line correlation administrators will use while working with a subquery?

0 Answers  


Explain trigger and its types?

0 Answers  


what is the difference between group and having give an example with query and sample output

7 Answers  






what is a deadlock? : Sql server database administration

0 Answers  


What stored by the model? : sql server database administration

0 Answers  


how do you determine the Load performance of any query in sql server {example how do u determine performance of a select stmnt which returns Dynamically many no of records ... some times 100,1000,10000 etc., }

0 Answers   HCL, Wipro,


Whether the updations made to the views reflect the original records in the table

5 Answers   NIIT,


What is meant by datasource?

0 Answers  


What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration

0 Answers  


How to grant a permission in ms sql server using "grant execute" statements?

0 Answers  


Categories