I'm need of creating a table whose columns names are containeid in another table, very much like this Create a table with column names derived from row values of another table , but I could not make it work on MSSQL since it was designed for MySQL and MSSQL does not support Group Concat.
Ps. I could not comment on the original post due to StackOverflow commentary limitations.