Quantcast
Channel: Substring In Sql | Automatic Website Traffic RSS
Viewing all articles
Browse latest Browse all 989

SQL Server Function to Encrypt Integer Values

$
0
0
I coded two very short and simple T-SQL functions that do integer encryption and decryption ... WHILE @Idx < LEN(@encryptString) BEGIN SET @Letter = SUBSTRING(@ReversedEncryptString, @Idx + 1, 1) SET @LetterValue = (CHARINDEX(@Letter, @AlphabetCode ...

Viewing all articles
Browse latest Browse all 989

Trending Articles