专家SQL Server 2005 CLR 编程:附存贮程序、功能、触发、集合与类型 Professional SQL Server 2005

分類: 图书,进口原版书,科学与技术 Science & Techology ,
作者: Derek Comingore, Douglas Hinson 著
出 版 社: John Wiley & Sons
出版时间: 2007-3-1字数:版次: 1页数: 409印刷时间: 2006/12/01开本:印次:纸张: 胶版纸I S B N : 9780470054031包装: 平装编辑推荐
作者简介:Derek Comingore is an independent consultant, trainer, and speaker specializing in SQL Server and .NET technologies. He has recently strarted two ventures, an online Microsoft community for colleagues to learn from one another, located at www.RedmondSociety.com, and a second for SQL Server consulting at www.SQLServerDVAs.com. Derek holds the MCAD/MCDBA Microsoft certifications, the Carnegie Mellon Personal Software Process (PSP) credential, and an AAS/BS in Computer Information Systems from University of North Dakota. Derek's blog is located at hhtp://RedmondSociety.com/blogs/Derek.
内容简介
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