﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0"><channel><title>SQLServerCentral.com Content tagged SS2K5 - CLR Integration</title><link>http://www.sqlservercentral.com/</link><description>Content tagged SS2K5 - CLR Integration posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Using CLR integration to compress BLOBs/CLOBs in SQL Server 2005</title><description>Working with large objects, BLOBs in SQL Server, has always been a little tedious. The forums are filled with questions on this topic. New authro Yoel Martinez brings us a more advanced looked at BLOBs in SQL Server 2005 with code and a technique for compressing large amounts of data to save space.

</description><guid>http://www.sqlservercentral.com/articles/SS2K5+-+CLR+Integration/2798/</guid><pubDate>2008/01/11</pubDate><link>http://www.sqlservercentral.com/articles/SS2K5+-+CLR+Integration/2798/</link></item><item><title>Getting The Most Out of SQL Server 2005 UDTs and UDAs</title><description>The CLR integration in SQL Server 2005 greatly expands on the capabilities of the SQL Server platform. One new area is the ability to build user-defined types and user-defined aggregates. Solomon Rutzky brings us a way to get around some of the limitations in this area with his SQL# toolkit.
</description><guid>http://www.sqlservercentral.com/articles/SS2K5+-+CLR+Integration/3208/</guid><pubDate>2007/09/18</pubDate><link>http://www.sqlservercentral.com/articles/SS2K5+-+CLR+Integration/3208/</link></item><item><title>SQLCLR Security and Designing for Reuse</title><description>SQL Server&amp;#39;s CREATE ASSEMBLY statement lets you catalog code with one of three predefined security buckets. But under the covers, there are actually two distinct security models at play: Code Access Security and Host Protection, and you need to understand both.
</description><guid>http://www.sqlservercentral.com/redirect/articles/3121/</guid><pubDate>2007/08/02</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3121/</link></item><item><title>A T-SQL Regular Expression Library for SQL Server 2005</title><description>This article shows the reader how to construct a library of scalar and table valued functions for SQL Server 2005 to perform regular expression analysis.</description><guid>http://www.sqlservercentral.com/redirect/articles/3099/</guid><pubDate>2007/07/25</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3099/</link></item><item><title>Using CLR Integration in SQL 05 for Writing Stored Procedures</title><description>With SQL 2005 you can harness the power of a higher-level language to not only do more with stored procedures, but also save time by already knowing a popular .NET language.</description><guid>http://www.sqlservercentral.com/redirect/articles/3081/</guid><pubDate>2007/07/11</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3081/</link></item><item><title>User Defined Data Types in SQL Server 2005</title><description>One other use of the new CLR integration in SQL Server 2005 is the ability to create user defined data types using managed code. Author Dinesh Priyankara brings us a first look at this capability with some code you can use.

</description><guid>http://www.sqlservercentral.com/articles/SS2K5+-+CLR+Integration/userdefineddatatypesinsqlserver2005/1979/</guid><pubDate>2007/05/25</pubDate><link>http://www.sqlservercentral.com/articles/SS2K5+-+CLR+Integration/userdefineddatatypesinsqlserver2005/1979/</link></item><item><title>Using CLR integration to compress BLOBs/CLOBs in SQL Server 2005</title><description>Working with large objects, BLOBs in SQL Server, has always been a little tedious. The forums are filled with questions on this topic. New authro Yoel Martinez brings us a more advanced looked at BLOBs in SQL Server 2005 with code and a technique for compressing large amounts of data to save space.

</description><guid>http://www.sqlservercentral.com/articles/SS2K5+-+CLR+Integration/2798/</guid><pubDate>2008/01/11</pubDate><link>http://www.sqlservercentral.com/articles/SS2K5+-+CLR+Integration/2798/</link></item><item><title>CLR Inside Out</title><description>This article is meant to explore these architectural issues from the bottom up, and aims to guide you through this new world. In the long run, new programming models are likely to appear that will abstract away a lot of the challenges you will encounter.</description><guid>http://www.sqlservercentral.com/redirect/articles/2719/</guid><pubDate>2006/12/15</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2719/</link></item><item><title>Creating a generic audit trigger with SQL 2005 CLR</title><description>Auditing is becoming more important all the time for DBAs as regulations and requirements increase. Building auditing into your systems can be done a number of ways, but with SQL Server 2005, you have a new option. New author David Ziffer brings us a generic auditing CLR trigger.

</description><guid>http://www.sqlservercentral.com/articles/SS2K5+-+CLR+Integration/creatingagenericaudittriggerwithsql2005clr/2502/</guid><pubDate>2006/08/02</pubDate><link>http://www.sqlservercentral.com/articles/SS2K5+-+CLR+Integration/creatingagenericaudittriggerwithsql2005clr/2502/</link></item><item><title>Security in the CLR World Inside SQL Server</title><description>s running .NET Framework code within SQL Server 2005 exciting or a threat? Which is it? This article explores the security issues of SQLCLR code so that both developers and DBAs can make informed decisions about its use. </description><guid>http://www.sqlservercentral.com/redirect/articles/2451/</guid><pubDate>2006/06/15</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2451/</link></item><item><title>Geocoding with SQL Server 2005</title><description>Mapping services have become quite popular on the Internet and with many applications, but in order to use these, you need to map an address to a latitude and longtitude. Corey Bunch brings us a CLR example of how you can do this.
</description><guid>http://www.sqlservercentral.com/articles/SS2K5+-+CLR+Integration/geocodingwithsqlserver2005/2373/</guid><pubDate>2006/05/01</pubDate><link>http://www.sqlservercentral.com/articles/SS2K5+-+CLR+Integration/geocodingwithsqlserver2005/2373/</link></item><item><title>Practical SQL Server 2005 CLR Assemblies</title><description>One advantage of CLR assemblies is the ability to consume web services from within the database. This wouldn’t be easy with T-SQL, and would also require a lot of work in an unmanaged extended stored procedure. With .NET, it’s almost as simple as accessing a local DLL. There are just a couple of extra command-line utilities we need to run to be able to access web services from within a SQL assembly: </description><guid>http://www.sqlservercentral.com/redirect/articles/2318/</guid><pubDate>2006/03/14</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2318/</link></item><item><title>Using CLR Integration in SQL Server 2005</title><description>This paper describes the new CLR integration features of SQL Server 2005 and how database application developers and architects can take advantage of them to write user-defined procedures, functions, and triggers, as well as define new types and aggregates</description><guid>http://www.sqlservercentral.com/redirect/articles/2171/</guid><pubDate>2005/11/30</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2171/</link></item><item><title>User Defined Data Types in SQL Server 2005</title><description>One other use of the new CLR integration in SQL Server 2005 is the ability to create user defined data types using managed code. Author Dinesh Priyankara brings us a first look at this capability with some code you can use.

</description><guid>http://www.sqlservercentral.com/articles/SS2K5+-+CLR+Integration/userdefineddatatypesinsqlserver2005/1979/</guid><pubDate>2007/05/25</pubDate><link>http://www.sqlservercentral.com/articles/SS2K5+-+CLR+Integration/userdefineddatatypesinsqlserver2005/1979/</link></item></channel></rss>