SQLCLR:
SELECT [dbo].[PhoneRandom] (<@phone, nvarchar(4000)>)
data: numeric phone (can contain separators). Length without separators from 9 to 15 digits.
Generic Phone of the same format as input (nvarchar(MAX))
Returns an empty string when passing empty or NULL value. Fail on digits count less than 9 or more than 15
SQLCLR:
SELECT [dbo].[PhoneRandom] ('+1.898.456.4456')
CLR Reference: Generic Phone Nu
Copyright © 2025 Hush-Hush. All rights reserved
Copyright © 2025 Hush-Hush.
All rights reserved