๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Professional SQL Server 2005 CLR Programming: with Stored Procedures, Functions, Triggers, Aggregates and Types

โœ Scribed by Derek Comingore, Douglas Hinson


Publisher
Wrox
Year
2006
Tongue
English
Leaves
432
Edition
illustrated edition
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


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.
What you will learn from this book The concepts and architecture of SQL CLR Uses of .NET namespaces in SQL Server programming tasks How to develop and benchmark routines in T-SQL and .NET to determine when CLR-based solutions are advantageous How to replace extended stored procedures using SQL CLR stored procedures How to use SQL CLR objects in external applications How to restrict and secure SQL CLR object capabilities Processes and procedures for deploying SQL CLR objects
Who this book is for
This book is for developers and architects who are familiar with .NET concepts as well as DBAs who, although developers in their own right, may be slightly less up to date on .NET. A solid grounding in T-SQL is necessary.
Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.


๐Ÿ“œ SIMILAR VOLUMES


Professional SQL Server 2005 CLR Program
โœ Derek Comingore, Douglas Hinson ๐Ÿ“‚ Library ๐Ÿ“… 2006 ๐Ÿ› Wrox ๐ŸŒ English

Microsoft's Common Language Runtime (CLR) is a series of subroutines that basically make up the foundation of a programming language. This is an integral part of Microsoft's .NET framework which is basically an extension of the operating system to provide additional functionality. And of course to t

Professional SQL Server 2005 CLR Program
โœ Derek Comingore, Douglas Hinson, ๐Ÿ“‚ Library ๐Ÿ“… 2006 ๐ŸŒ English

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

Professional SQL Server 2005 CLR Program
โœ Derek Comingore, Douglas Hinson ๐Ÿ“‚ Library ๐Ÿ“… 2006 ๐Ÿ› Wrox ๐ŸŒ English

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

SQL Server 2000 Stored Procedure Program
โœ Dejan Sunderic ๐Ÿ“‚ Library ๐Ÿ“… 2000 ๐Ÿ› McGraw-Hill/OsborneMedia ๐ŸŒ English

SQL Server 2000 Stored Procedure Programming shows you how to use Transact-SQL to design, debug, and manage custom stored procedures, functions, and triggers.