I’m trying to figure out if I can use a .NET assembly in a SQL Server stored procedure or function to access CLR code. I would like to know if this method is available and if there are any restrictions or special considerations to take into account when doing so. I am working with SQL Server versions from 2005 onward, so the solution should be compatible with these versions. I would appreciate any detailed explanation or guidance on how to properly set this up.
hey, im quite intersted in this too. i havent tryed it myself but its cool to see the use of clr in sql. do u think there might be more hidden permission or security aspects to consider? would love to hear more of your experimnts.