I\'ve already dived into SQL clr programming. Unfortunately my first attempt is troubled. My C# assembly code is just so:
enter code here public partial clas
USE master GO CREATE ASSEMBLY [Chapter2.FirstCLRRoutine] FROM 'D:\projeler\SQL_CLR\SQL_CLR\bin\Debug\SQL_CLR.dll' WITH PERMISSION_SET = UNSAFE
Try that, and let me know if that works.