Not logged in - Login


View History
R
e
q
u
e
s
t

a

d
e
m
o

CLR Reference: SIN

{TOC}

"SIN"

CLR function

SQLCLR:

SELECT [dbo].[SINRandom] (<@sin, nvarchar(4000)>)

Expected input

Data: Valid Social Insurance Number (can contain extra characters separators)

Expected output

Generic USA SIN (nvarchar(MAX))

Error handling

Returns an empty string when passing empty or NULL value. Fails on invalid SIN format

Example

SQLCLR:

SELECT [dbo].[SINRandom] ('987 654 321')

Download a Trial