T-SQL Parsing Into Many ColumnsThis post is about working with one column in a SQL Server table that contains a comma-separated list […] November 20, 2021 in SQL Server tagged sql / T-SQL / csv / string / parse / split / fruit / SQL Server Parsing Many Columns by Mike
T-SQL Parsing To Get FrequencyThis post is about determining just how many parts there are in a string that is delimited with […] November 21, 2021 in SQL Server tagged sql / parse / SQL Server Parsing Many Columns by Mike
T-SQL Parsing Groups of 4Since we are going to use PARSENAME to process/parse the string, and it works with a maximum of […] November 21, 2021 in SQL Server tagged SQL Server Parsing Many Columns by Mike
T-SQL Parsing One Fruit per ColumnBelow is the code to add the new columns. Each fruit must ultimately be in its own column, […] November 21, 2021 in SQL Server tagged SQL Server Parsing Many Columns by Mike
T-SQL Parsing a New TableSo far we’ve created a lot of new columns. These are only temporary columns because what we really […] November 21, 2021 in SQL Server tagged SQL Server Parsing Many Columns by Mike
T-SQL Parsing Better QueriesNow that we have finished “normalizing” our fruits, we can write much better queries against the data. We […] November 21, 2021 in SQL Server tagged SQL Server Parsing Many Columns by Mike
T-SQL Parsing Fruit ScriptBelow is the full script that you can use on your non-production server. This script is based on […] November 21, 2021 in SQL Server tagged SQL Server Parsing Many Columns by Mike