• Technically you can import from word - I've never done it but this link suggests it is possible: https://social.msdn.microsoft.com/Forums/sqlserver/en-US/e7987d8c-4f90-4ce1-9ba6-e3460b01248c/is-it-possible-to-extract-data-from-microsoft-word-docx-from-ssis?forum=sqlintegrationservices

    Excel is a much more common source for User inputs.

    If this is your first SSIS package then using the wizard would be a good starting point. You can save the created package (and there there several different options such as project deployment vs package deployment) and then execute it from SQL Agent. If there are already SSIS packages used in your organisation then follow that model otherwise come back for some suggestions.

    Jez