I realize that I can convert a hierarchyid to a string variable, and store it as a string in an SSIS memory variable. what I can't figure out is a bulk insert within SSIS, and use the memory variable to insert it into a table with the column typed as hierarchyid ...
I could store it as a string, but that doesn't feel right...
I can't find anything regarding SSIS and hierarchyid except for the SQL Wizard, but that does apply here as I have my own custom package.
I'm using SQL Server 2014.
Regards, Richard