Category: Functions

Function to Calculate Body Mass Index in SQL Server

Hello to everyone, In this article, I will talk about the function that calculates Body Mass Index in SQL Server. I felt the need to write because I could not find an article or example written on the subject. This is the first post in its field. You may want...

Word Counting Function in SQL Server

Hello to everyone, In this article, I will talk about the use of word counting functions in SQL Server. In SQL Server you may want to find the number of words in a given sentence in some cases. You can easily do this using the function below. CREATE FUNCTION [dbo].[WordCount]...

Don`t copy text!