I have a problem in SQL Sever 2008 R2... I Have a Pivot Table and rows is Dynamic created for example when execute in
Line 1
ID , Modify_Date , Line_Code , T1 , T2 , T6 , T9 , T22 , T11
Line 2 ID , Modify_Date , Line_Code , T4 , T2 , T5 , T3
and so have a different Results when execution and some fields in columns IS NULL and no have data for all rows
I want to delete Column "T9"
Thanks