MS SQL Server CHAR() Function
Sometimes you may need to convert an integer ASCII value to a character in MS SQL Server. There is a function called CHAR in MS SQL...
Date and Time Format Using Convert Function in MS SQL Server
MS SQL Server provides has a number of built-in options to format a date and time in different ways. Here are the list of built-in...