【圖書簡介】 SQL Server 2005 offers the capability to write code in a .NET language that can be compiled and run inside SQL Server. CLR Integration, or SQL CLR, lets you create stored procedures, user-defined types, triggers, table valued functions, and aggregates using a .NET managed language. You can read and write to resources outside of SQL Server and enjoy a tighter integration with XML, web services, and simple file and logging capabilities. Here's the reference you'll want on your desk as you develop SQL CLR solutions. It helps you decide whether to use SQL CLR, how to lock down security, and learn from real examples. If you want to develop stored procedures or other objects in .NET for SQL Server 2005, this book offers exactly what you need.
【本書目錄】 Acknowledgments Introduction Chapter 1: Introducing SQL CLR What is SQL CLR? The Evolution of SQL CLR Supported SWL CLR Objects The NET Architecture Hosting the CLR SQL CLR Archltecture Application Domalns The CLR Securlty Model Key SQL CLR Declsions SQL CLR Barrlers of ENtry SQL Server 2005 SQL CLR support …… Chapter 2: Your First CLR Stored Procedure Chapter 3: SQL CLR Structure and Common Tasks Chapter 4: Creating SQL CLR Objects Chapter 5: Comparing T-SQL with Managed Code Chapter 6: Replacing Extended Stored Procedures, Functions, and Other T-SQL Objects Chapter 7: The .NET Framework's Base Class Library Chapter 8: Using SQL CLR Stored Procedures in Your Applications Chapter 9: Handling Errors in CLR Stored Procedures Chapter 10: CLR Administration and Security Chapter 11: Case Study Index