Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are the magic tables in SQL Server 2000?

Answer Posted / kirti kumar agarwal

The INSERTED and DELETED tables, popularly known as MAGIC
TABLES, and update () and columns_updated() functions can
be used to determine the changes being caused by the DML
statements.
Note that the Magic Table does not contain the information
about the columns of the data-type text, ntext, or image.
Attempting to access these columns will cause an error.

Is This Answer Correct ?    44 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is @@error in sql?

1106


How to select true false based on column value in sql server?

1082


How you can get a list of all the table constraints in a database? : Sql server administration

1089


What is Fragmentation and Defragmentation? For 32GB Table,How can we do the fragmentation?

4453


How do I setup a local sql server database?

1068


Why are views required in the sql server or in any other database?

1000


How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?

1070


Does server sql treat char as a variable-length or fixed-length column?

1090


How to handle error or exception in sql?

1030


Can you explain different types of locks in sql server?

992


What are entities and relationships?

1020


Does an index slow down updates on indexed columns?

1033


What is the index requirement in SQL Azure?

98


What is implicit cursors?

1129


What are the new features in SQL Server 2005 when compared to SQL Server 2000?

1211