Saturday, April 30, 2005

SQL Server Developer Center: Managed Data Access Inside SQL Server with ADO.NET and SQLCLR

SQL Server Developer Center: Managed Data Access Inside SQL Server with ADO.NET and SQLCLR: "Introduction

This white paper discusses how managed code can use ADO.NET when running inside SQL Server 2005 using the new SQLCLR feature.

In Part I, I describe the basic scenarios in which in-process data access might be required, and the difference between local and remote connections. Most of the different SQLCLR constructs are covered, such as stored procedures and functions, as well as interesting aspects of the interaction between the data access infrastructure and those constructs.

Part II further details in-process connections and restrictions that apply to ADO.NET when running inside SQLCLR. Finally, there is a detailed discussion on the transactions semantics of data access code inside SQLCLR, and how can it interact implicitly and explicitly with the transactions API."

No comments: