Sign In
SQL Server 2005: CLR Integration
Samples, tips and tricks, insights from the CLR Integration team at SQL Server.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Pages
Archive
Archives
November 2006
(1)
October 2006
(1)
July 2006
(2)
June 2006
(8)
April 2006
(2)
March 2006
(3)
February 2006
(2)
November 2005
(3)
October 2005
(2)
July 2005
(1)
June 2005
(3)
May 2005
(4)
May, 2005
MSDN Blogs
>
SQL Server 2005: CLR Integration
>
May, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL Server 2005: CLR Integration
Yet another TVF: returning files from a directory
Posted
over 7 years ago
by
sqlclr
5
Comments
In my previous BLOG entry dated May 5th, I promised another sample that retrieves multiple files from a directory based on a specified name pattern. Here it is, this time in VB.NET. This is a more traditional Table-Valued-Function in that it actually...
SQL Server 2005: CLR Integration
An Enigmatic Error while Returning UDT Results
Posted
over 7 years ago
by
sqlclr
3
Comments
Let's say we have a very simple (and silly) CLR UDT defined and loaded into SQL Server named CLRInt, which exists solely to wrap a .NET integer and provide a ToString() method. We can now try to perform a very basic manipulation of this type: declare...
SQL Server 2005: CLR Integration
File Access and table-valued functions
Posted
over 7 years ago
by
sqlclr
9
Comments
In this article, we will discuss a sample CLR function that illustrates accessing an external resource such as a file from inside a SQL Server stored procedure or function, . The sample highlights a number of different features and concepts, such...
SQL Server 2005: CLR Integration
Welcome to the SQL-CLR blog
Posted
over 7 years ago
by
sqlclr
6
Comments
We hope to use this blog to communicate with the SQL Server user community on the CLR Integration features in SQL Server 2005 (sometimes known affectionately as SQL-CLR). This feature enables writing stored procedures, triggers, functions, user-defined...
Page 1 of 1 (4 items)