Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Content with tag CLR Rss

   Items 1 to 6 of 6   
 

SQL# (SQLsharp): A Review

Only the brave, and foolhardy, write production CLR routines if you can get the functionality already-written and tested. Whether you’re a DBA or developer, there are plenty of times when a CLR routine will save a lot of time, and occasionally provide new functionality.  Read more...
By Additional Articles 2011/10/24 | Source: SimpleTalk | Category: sql#
Rating:  Rate this |  Briefcase | 3,816 reads

URI Parser: A set of 20 CLR functions for URI parsing

A set of 20 functions for URI and URL parsing, using .NET's native System.Uri parser  Read more...
By Bret Lowery 2011/07/21 | Source: SQLServerCentral.com | Category: clr
Rating: |  Discuss |  Briefcase | 1,137 reads

JSON.SQL: A CLR-resident JSON serializer/deserializer for SQL Server

One CLR function and four CLR procedures for the import/export of JSON data to and from SQL Server are presented, with supporting performance metrics.  Read more...
By Bret Lowery 2011/07/18 | Source: SQLServerCentral.com | Category: clr
Rating: |  Discuss |  Briefcase | 4,905 reads

XLSExport: A CLR procedure to export proc results to Excel

A CLR procedure utilizing the NPOI library to export the results of a passed stored procedure to an Excel spreadsheet.  Read more...
By Bret Lowery 2011/06/23 | Source: SQLServerCentral.com | Category: clr
Rating: |  Discuss |  Briefcase | 8,014 reads

CLR Aggregate to Concatenate delimited strings

One must be carefull unless the input is sorted by the value passed to the function and there is no paralelism there is no guarantee that the resulting value will be sorted.  Read more...
By Gokhan Varol 2011/01/27 | Source: SQLServerCentral.com | Category: string
Rating: (not yet rated) |  Discuss |  Briefcase | 674 reads

CLR Table-Valued Function Example with Full Streaming (STVF / TVF)

SQL CLR Table-Valued Functions can stream data back, but there aren't many examples of the quick and easy method. Solomon Rutzky brings us an article that givse you an example you can extend to your environment.  Read more...
By Solomon Rutzky 2009/12/23 | Source: SQLServerCentral.com | Category: clr
Rating: |  Discuss |  Briefcase | 5,647 reads
   Items 1 to 6 of 6   
 
Tags
c# (3)    
export (2)    
aggregates (1)    
bcp (1)    
bulkcopy (1)    
delimited (1)    
excel (1)    
import (1)    
json (1)    
parse (1)    
parser (1)    
parsing (1)    
sql# (1)    
sqlclr (1)    
streaming table-valued function (1)    
string (1)    
stvf (1)    
table-valued function (1)    
uri (1)    
url (1)