What is the Magic Tables in Sqlserver2000?
Answer Posted / ahmed kapasi
magic tables are used to get the values which are updated
from a DML statement in a trigger. for example if an update
statement is fired that time the new value goes to the
inserted table and old value goes to the deleted table, you
can fetch this values from this two tables if required.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is data relation?
How to identify the updated rows in a dataset?
What are the parameters that control most of connection pooling behaviors?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
How can we save all data from dataset?
What are the advantages of oledb compared with other classes?
Explain the role of data provider in ado.net?
What is the difference between data grid and data repeater?
What is ado and rdo?
What is the role of data provider in ado.net?
Which provider is used to connect ms access, oracle, etc…?
how can implement dropdownlist in particular of dataset when try to update?
Describe connection object in ado.net
What is the difference between sqldatareader and sqldataadapter?
What do you know about ado.net's methods?