What is the Magic Tables in Sqlserver2000?
Answer Posted / kailash dhondiyal
When a trigger is fired for any DML command. Then 2 tables
automatically create on backend. One table is for Insert
and other one is for Delete. These tables are called Magic
Tables.
Number of records in both tables should be same.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is maximum pool size in ado.net connection string?
What are all features of ADO.Net?
Where is adodb dll located?
What are the different methods by which we can populate a dataset?
differences between ADO and ADO.NET
How to retrieve the user id which is provided while windows authentication?
What is ambient transaction?
What are the steps you will take to improve performance? Will you use dataset or datareader?
Explain the difference between data reader and data adapter?
How does ado.net work?
What is the use of data grid?
What are the ado.net objects?
Explain all the classes those are used for database connections between sql server and asp.net?
How to store data in memory?
How can we serialize the dataset object?