Microsoft SQL Server String Functions

While working on a web application with Microsoft SQL Server 2014 Express as the backend, I found the need to create some string split and string format functions that are not available in the system functions. This blog post will provide samples of the SQL scripts used in to create them. Note that not all of my functions are available here. We leave it to anyone who wants them to create the missing ones using the pattern established by the ones we share here.

Leave a Reply

Your email address will not be published. Required fields are marked *