Documentation
version
7.21.001
7.20.002
7.20.001
7.19.001
7.18.002
7.18.001
7.17.001
7.16.001
7.15.002
7.15.001
7.14.001
7.13.001
7.12.001
7.11.004
7.11.003
7.11.002
7.11.001
7.10.002
7.10.001
7.9.003
7.9.002
7.9.001
7.8.001
7.7.001
7.6.001
7.5.001
7.4.001
7.3.002
7.3.001
7.2.001
7.1.001
7.0.003
6.7.002
6.7.001
6.6.002
6.6.001
6.5.003
6.5.002
6.5.001
6.4.002
6.4.001
6.3.001
6.2.001
6.1.001
6.0.007
6.0.006
6.0.005
6.0.004
5.5.001
5.4.020
5.4.019
5.4.018
5.4.017
5.4.016
5.4.015
5.4.014
5.4.011
5.3.006
5.3.005
Components
Controls
SQL Functions
SQL Procedures
SQL Tables
JS Functions
Articles
Release Notes
ADMIN_GetRandomUnicodeString
Show all
Hide all
Deprecated.
Generates a random nvarchar string of the specified length.
Type:
Stored procedure
Area of use:
General use
Parameters:
@length
mandatory
int
The number of characters in the string to generate.
@result
mandatory
nvarchar(4000)
OUTPUT. The generated string.