Hi,
I am having a requirement that in once source table (with all the columns having description) and using Data service JOB , is it possible that using querytransform can we transfer the columns description into the target table.
For example
Step -1
Source table- Customer Details
Name | SQL Data Type | Dimension | Key | Not Null | Default | Comments |
---|---|---|---|---|---|---|
ID | VARCHAR | 50 | X(1) | X | Employee ID | |
Name | VARCHAR | 100 | Name of the employee | |||
Address | VARCHAR | 200 | Address of the Employee |
Above table has the column - Comments, which is filled with the description of the column,
Is there any that using Query transform in Data service job automatically the column's description will be mapped to the target table.
Let me know as we need to do using Query Transform or is it possible using SQL scripts or is there any alternative solutions
Thanks in advance,
-Rajnish