e
q
u
e
s
t
a
d
e
m
o < back
CLR Reference: Full Name Info
{TOC}
"Full Name Info"
CLR function
<.CLRSQLCLR: function:
SELECT xxxxx(xxx,xxx,xxx)>[dbo].[FullNameRandom] (<@fullName, nvarchar(4000)>)
Expected input
<.expectedData: input:Any datanon-empty type, rule, sample> string
Expected output
<.expectedCommon output:Full dataName type,([First rule,Name] sample>[Middle Name] [Last Name]) (nvarchar(MAX))
Error handling
<.errorReturns handling>an empty string when passing empty or NULL value.
Example
<.example>SQLCLR:
SELECT [dbo].[FullNameRandom] ('Max J Smith')