I have a problem set where i have to insert a unique unicode character (or set of characters) to each record in Sql server. Is there any way to do that using identity specification or any other way to get it?
The algorithm will return unicode equivalent of :
[1],[2],[3]...[128],[1][1],[1][2],[1][3],....[1][128]
This script will generate the list of characters you are looking for:
EDIT Changed
CHARtoNCHAR