Hi Paul
THis is a suggestion for future development
in the lastest version of SQL Server 2005. With some effort the ability to embed C# and VB.net functions has been added. THe main use of this functionality is to have the ability to do complex mathematics on databse columns.
THis is proving to be very useful to our company at the moment. We can have C# dlls embedded on the database to do numerical modelling without having to pull data out of the server.
In principle any .net language can be used though only c# and vb are supported (by microsoft) at the moment. ftn95.net doesn't work because ftn95.net dlls access inappropriate system dlls (like windows forms etc)
Since the main use of FTN95 is for numerics and the main use of this new functionality is numerics this seems like perfect fit to me.
I know this is probably a specialised request but I can see you could steal an important march by getting this functionality up an running
Carl