I have a stored procedure that accepts a string and extracts substrings that starts with '@'. I decided to use C# DLL for this and access this DLL using SQL Assemblies. So, I developed following method in C#:I have a stored procedure that accepts a string