I am reading some oracle tables (non spatial) and trying to write them out to to sql server tables using a dynamic schema. However, I constantly get this error:
Provider error `(2760) The specified schema name either does not exist or you do not have permission to use it.'
Please can someone let me know what I am doing wrong, otherwise I will have to add a separate reader and writer for each table
Many thanks
Mark