SQL Server:Function to Split String Value Using Different Delimiters

In this post, I am sharing a function to split a string by using a different type of delimiters in SQL Server. I created a function because splitting a string is a very common requirement for all SQL Server Database Developer and created in such a way that you guys can pass any delimiter and … Continue reading SQL Server:Function to Split String Value Using Different Delimiters