| | Managed code in SQL Server Yukon: A big deal? - Builder UK |
 | | Managed code can be used inside SQL Server Yukon is two principal ways -- managed types can act as the data types for columns inside a regular SQL Server table, and managed code can be used as or by stored procedures, triggers, and user-defined functions to query and manipulate data or perform other custom tasks. |
 | | Managed code is run using a different application domain per database, which isolates any problems that occur in one database from those in other databases, and CLR permissions are used to control the functionality and resources that.Net code can access when running inside the database. |
 | | Despite some of the more outlandish claims that managed stored procedure will bring about a fundamental change in the way database-centric applications are written, the number of occasions where managed code will be a better choice than TSQL for data extraction and manipulation will be quite limited. |
| uk.builder.com /architecture/db/0,39026552,39213156,00.htm (1626 words) |