VoldemarG (3/24/2016)
If someone can give me a hand on how to most efficiently modify the attached SQL without a cursor (to turn multiple rows in a column into 1 concatenated comma-delimited string, I appreciate.Thank you.
Quick question, why would you like to do this? A denormalization like this isn't useful but for reporting/presentation purposes, much better to store the objects' id in a separate one to many table, easy to generate the comma separated list of names from there when needed.
😎