Not logged in - Login


View History
R
e
q
u
e
s
t

a

d
e
m
o

CLR Reference: Full Name Info

{TOC}

"Full Name Info"

CLR function

SQLCLR:

SELECT [dbo].[FullNameRandom] (<@fullName, nvarchar(4000)>)

Expected input

Data: Any non-empty string

Expected output

Common Full Name ([First Name] [Middle Initials] [Last Name]) (nvarchar(MAX)).

Error handling

Returns an empty string when passing empty or NULL value.

Example

SQLCLR:

SELECT [dbo].[FullNameRandom] ('Max J. Smith')

Download a Trial