Selecting Comma Delimited Data From SQL Server
Today I had to accomplish the following task. I had to create a report that selects data from primary table and also selects data from a related table , comma delimited into a column on a report. I keep bumping into this problem periodically, but always have to research the solution. Today I am documenting …
Continue reading ‘Selecting Comma Delimited Data From SQL Server’ »