Professional SQL Server™ 2005 Administration
by Brian Knight, Ketan Patel, Wayne Snyder, Jean-Claude Armand, Ross LoForte, Brad McGehee, Steven Wort, Joe Salvatore, Haidong Ji
Chapter 8. Administering the Development Features
SQL Server 2005 comes with a set of technologies capable of enlarging the horizon for database applications. One of the most remarkable technologies is the Service Broker, which makes it possible to build database-intensive distributed applications. The Service Broker implements a set of distibuted communication patterns to add messaging capabilities to SQL Server applications. The other remarkable feature is the integration of the Common Language Runtime (CLR) component of the .NET Framework for Microsoft Windows with the SQL Server database engine. This integration enables developers to write procedures, triggers, and functions in any of the CLR languages, particularly Microsoft Visual C# .NET, Microsoft Visual Basic .NET, and Microsoft Visual C++. It also enables developers to extend the database with new types and aggregates.
In this chapter, we first explain how these new features work, and then you will learn how to administer them. We begin with the Service Broker, and then move on to CLR integration.
The Service Broker
The Service Broker may be the best feature added to this SQL Server release. This feature enables you to build secure, reliable, scalable, distributed, asynchronous functionality to database applications. You can use the Service Broker to build distributed applications, delegating all the system-level messaging details to the Service Broker and concentrating your efforts in the problem domain. You may find that ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access