e
q
u
e
s
t
a
d
e
m
o
CLR Reference: State Province
{TOC}
"State Province"
CLR function
SQLCLR:
SELECT [dbo].[StateProvinceRandom] (<@stateProvince, nvarchar(4000)>)
Expected input
Data: Valid USA state or territory name or code or Valid Canadian Province (based on ISO 3166-1)
Expected output
Generic USA or Canadian state/province or USA territory name (format depends on input, based on ISO 3166-1) (nvarchar(MAX))
Error handling
Returns an empty string when passing empty or NULL value. Fails on invalid state/province name or code
Example
SQLCLR:
SELECT [dbo].[StateProvinceRandom] ('Texas')