I have a requirement to convert the value in the update statement dynamically in SQL Server.
For example, if I receive value as 'true', need to convert it as 'enabled' and 'false', then convert it as 'disabled'.
How I need to implement this in SQL Server ?