Hello!
[quoted text, click to view] > When a clr has the input type of SqlString it causes nvarchar(4000)
> to be the parameter type of the function in sql server. how to modify
> my CLR function to use nvarchar(max) ?
A better NG for this question would be an SQL-Server NG.
see:
[Handling Large Object (LOB) Parameters in the CLR]
http://msdn2.microsoft.com/en-us/library/ms131065.aspx GP