SQL Server Transact Basic to Expert - Reverse a string in SQL

This blog shows how to reverse a string in SQL Server

Example:

SELECT Empname, REVERSE(Empname)
FROM dbo.emptable


The expected output would be " Karthik Kihtrak "