I have searched through posts and the shortest and easiest I could find was
CONVERT(varchar(255), NEWID())
However, this as expected creates an alphanumeric string . Translate is available in Oracle but I am working on SQL Server and nothing of the kind is available in here. I however wanted a string that has characters only.
Can I please get some directions on this? Any help is much appreciated.