This blog site replaces the blog site found at horvathsoftware.com/blog for several years the posts on that site may in some form be migrated to this new one. Not sure that all of the posts will make to this new site. I had several changes of mind incidences while maintaining the old horvathsoftware.com site. Now, […]
Category: Technology
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 […]