The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
I started work on an assembly, written in C#, that could be added to MS SQL Server 2005 and return fully formatted forum posts from a stored procedure. My ultimate goal was to generate RSS directly from SQL 2005 using the FOR XML PATH directive.
Unfortunately, I just learned my hosting provider doesn't support CLR assemblies running within SQL 2005.
So, I'm not going to continue work on this. But I'm sharing what I've done so far in the hopes that maybe someone will find it useful.
The C# code was original written by HuwR. I tweaked it here and there to get it to run under SQL 2005. All my modifications are marked with an "AW" comment in the code.
HOW TO USE:
<
Unfortunately, I just learned my hosting provider doesn't support CLR assemblies running within SQL 2005.
The C# code was original written by HuwR. I tweaked it here and there to get it to run under SQL 2005. All my modifications are marked with an "AW" comment in the code.
HOW TO USE:
- Download this zip file
- You can compile the SnitzUtility.csproj yourself within Visual C# 2005, or just copy SnitzUtility.dll from SnitzUtility/bin/Release/
- Add the SnitzUtility.dll assembly to your SQL Server using SQL Mgmt Studio
- Run the SQL script SnitzFormatStr.sql. This will create a function that calls FormatStr in the assembly
<
No replies