Compile the DotNetFun.SQLServer.SProc.cs class file using the following command:
csc /target:library DotNetFun.SQLServer.SProc.cs /reference:"C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn\sqlaccess.dll"
Note: The path to sqlaccess.dll may vary according to where your MS SQL Server 2005 application files are
installed. Choose the appropriate path. CLR Integration in SQL Server 2005 is possible via sqlaccess.dll.
The command assumes you're running csc from the same directory as DotNetFun.SQLServer.SProc.cs,
otherwise you should type in the full path to DotNetFun.SQLServer.SProc.cs. Compiling the class should
produce an assembly file called DotNetFun.SQLServer.SProc.dll.