Switching rows and columns in SQL
he problem was to replicate this sort of functionality in SQL Server. It’s possible to write a CLR function to transform the data, however, I believe that a set-based T-SQL query is the preferred solution to this type of problem.
Want to have your say? just login


Be first to show your opinion !!!