SQL Server Changing Table StructureThe table structure refers to the columns in the table. We can use T-SQL to add a new […] October 17, 2017 in SQL Server tagged add / column / alter / structure / table by Mike
SQL Server Union SortedThis post discusses how you can take a table with a single column of data and add a […] October 17, 2017 in SQL Server tagged union / over / union all / row_number / sequence / sort / sorting by Mike