wanderingaround
MIS
Hello!
Anyone know of a tool (within SSMS / 3rd party) to take the pain out of setting up unions queries with a large number of columns/sources...
It would be great to be able to 'drag and drop' field names into columns ie:
Field1 Field2 Field3
CustID CustName Type < source 1
Customer name CustType < source 2
C_ID C_Name C_Type < source 3
CID name null < source 4
My dream would be for the columns to be lined up so it's easily recognisable that the fields are aligned correctly and easy to add 'padding fields' (null) where a field is not present in one particular source... it would also check the datatypes and collation are the same across all aligned fields.
I know all of this is 'easy' to do 'by hand' but a tool would take the pain away.... anyone have any tel-tips??
Thanks!
Anyone know of a tool (within SSMS / 3rd party) to take the pain out of setting up unions queries with a large number of columns/sources...
It would be great to be able to 'drag and drop' field names into columns ie:
Field1 Field2 Field3
CustID CustName Type < source 1
Customer name CustType < source 2
C_ID C_Name C_Type < source 3
CID name null < source 4
My dream would be for the columns to be lined up so it's easily recognisable that the fields are aligned correctly and easy to add 'padding fields' (null) where a field is not present in one particular source... it would also check the datatypes and collation are the same across all aligned fields.
I know all of this is 'easy' to do 'by hand' but a tool would take the pain away.... anyone have any tel-tips??
Thanks!