| |
| | Transact-SQL Programming -- Sample chapter |
 | | Transact-SQL, an extension to the SQL database programming language, is a powerful language offering many features--a wide variety of datatypes, temporary objects, system and extended stored procedures, scrollable cursors, conditional processing, transaction control, exception and error handling, and much more. |
 | | Transact-SQL, under Microsoft SQL Server, has grown to support new aggregate operators, such as ROLLUP and CUBE, that are specifically optimized for very large databases, such as those found in data marts and data warehouses. |
 | | When the frontend graphical user interface performs certain transactions, they may actually call the stored procedures you've coded and stored on the server, or their application may initiate transactions that fire triggers on some of the database tables. |
| www.oreilly.com /catalog/wintrnssql/chapter/ch01.html (7245 words) |
|