Recently in my current PIP (project-in-progress), I needed to take a collection of string values in the middle-tier and insert/update them as records in my database via a stored proc. In the past, I've used a delimited string and a split-like table function
Read More...