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

How do you handle datasets larger than 50 gb?

154


What are functions in the sql server?

794


How to enable tcp/ip protocol on a sql server?

793


Explain various On-Delete options in a DB table. Which is the default option?

1138


Why should one not prefix user stored procedures with ‘sp_’?

807






Explain system scalar functions?

751


Which is the best place or learning center for MS SQL?????In Bangladesh?????

1760


How do I completely remove sql server instance?

780


What is explicit cursors?

735


Write an SQL query to obtain the 2nd highest salary.

799


What causes index fragmentation?

748


Explain different types of lock modes in sql server 2000?

687


Why de-normalization required?

737


which table keeps the locking information? : Sql server administration

706


Is BCNF better than 2NF & 3NF? Why?

803