Not sure if there is any basic info you need to know...I'm running SQL Server 2008 Standard.
I need to create a query that has data from multiple columns (Columns 1-6 with corresponding Date started and Date Completed data) displayed vertically, but also has the column name the preceeding column to identify it... along with other data (Record number, status).
Record Number, Status, Column Name, Date Started, DateCompleted
1, Open, Column 1, 1/1/2012, 2/1/2012,
2, Hold, Column 2, 1/3/2012, 3/1/2012,
1, Open, Column 3, 2/5/2012, 4/6/2012,
3, Closed, Column 4, 5/10/2012, 7/25/2012,
2, Hold, Column 5, 3/9/2012, 4/1/2012,
1, open, Column 6, 10/10/2012, 12/12/2012,
Please reply with any question you may have. Sorry, I did the best I could to describe what I need, the formatting wasn't helping either. I went with CSV, if it helps.
As always, any help would be greatly appreciated.
Thank you, David92595
?above the upper right corner of the text area you're entering your question into, and there's a real-time "WYSIWYG" type preview available immediately below the text area so you can see how it will appear when posting. Making it readable helps you get answers sooner. :-) – Ken White Nov 30 '12 at 2:05