Community

Adding items in comma-separated string into separate rows in SQL Server

(Amogh Natu) In this post, I’ll show how to insert a items in a comma-separated string into separate rows in a table. Consider for example we have a comma-separated string such as “amogh, anish, anvesh, uday”. After inserting into the table, the output should be like:

Read More - Register for Free Membership