We have been using a custom component for iterating directories in SQL Server 2008 R2. Now, we are planning to upgrade to SQL Server 2014, but it looks like SQL Server 2014 does not support custom components from 2008 R2 (not quite sure what's going on). Does anyone know of any other way to iterate directories?
Thanks in advance
I realise that this isn't a direct answer to your question, but it does address your underlying problem of not being able to use your 2008 component in 2014.
According to MSDN docn for SQL Server 2014 https://msdn.microsoft.com/en-us/library/cc280546(v=sql.120).aspx
BTW there is more information on the webpage