Search Suggest

SNIPPET
SNIPPET

TSQL Snippet: Split string in records

Case I have a string in TSQL and I want to split it into separate values / records. How do I do that? Solution There are a lot of split examples ava…