Where are magic tables stored ? Is it in the same database
where it is created ?
Answers were Sorted based on User's Feedback
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 |
Answer / raja
At the time of creating triggers magic tables will be created.
Is This Answer Correct ? | 9 Yes | 2 No |
Answer / digvijay kumar singh
yes, magic table stored in current databse.
Is This Answer Correct ? | 8 Yes | 2 No |
What is ACID Property of Transaction?
Let us say master db itself has no backup. Now you have to rebuild the db so what kind of action do you take?
What xml support does the sql server extend?
Can sql servers link to other servers like oracle?
how many instance use in sql server 2005
Explain table valued parameters in sql server? Why tvp used?
how we can store the value like that 001,003,023 etc in sql server 2005
what are file groups?
ow to bring suspect mode datbase online from scratch
What is change data capture (cdc) feature?
How to create a store procedure with encryption?
What are different types of raid levels?