Not logged in - Login


View History
R
e
q
u
e
s
t

a

d
e
m
o

CLR Reference: Generic Alpha Numeric

{TOC}

"Generic Alpha Numeric"

CLR function

SQLCLR:

SELECT [dbo].[AlphaNumericRandom] (<@alphaNumeric, nvarchar(4000)>)

Expected input

Data: Any non-empty string

Expected output

A spring of the same length as input

Error handling

Returns an empty string when passing empty or NULL value.

Example

SQLCLR:

SELECT [dbo].[AlphaNumericRandom] ('adavvvvyua6566t')

Download a Trial