Hi Dave Gray,
Thank you for posting query in Microsoft Q&A Platform.
If I am understanding correctly then you want to take only few columns from source and create a data with that structure in SQL to copy that data. Please correct me If I am wrong.
You can use mappings tab in copy activity, to map only the columns which you wish to sink. And under sink tab of copy activity, select
Auto create table
option, to create table at sink database.
In below gif, I selected Auto create table
option. This creates the table automatically. Under Mappings
tab I am removing columns depName
and gender
from source.
Hope this helps. Please let me know if any further queries.
Please consider hitting Accept Answer
button. Accepted answers help community as well.