Simulating group_concat MySQL function in Microsoft SQL Server 2005?

I’m trying to migrate a MySQL-based app over to Microsoft SQL Server 2005 (not by choice, but that’s life). In the original app, we used almost entirely ANSI-SQL compliant statements, with one significant exception — we used MySQL’s group_concat function fairly frequently. group_concat, by the way, does this: given a table of, say, employee names … Read more