One of the most common task while writing SQL queries or stored procedure is to find the length of String. Since most of the columns are VARCHAR, you…
Unlike Java, Microsoft SQL Server 2008, 2012, 2014,  and even the latest version don't have a built-in trim() function, which can remove both lea…
Other day, I was looking for a website to execute SQL query online, since I have uninstalled Microsoft SQL Server because of memory and CPU constrain…