Hello all,
I have a DTS package that imports a series of tables (from a third party application) into SQL Server. A few months ago, the format of some of the input tables was changed as a result of an application upgrade. Fields added, fields deleted, etc. My package continued to work, but I was not receiving the new fields, and any fields that had been removed were now empty in SQL Server. There was no 'heads up' from the vendor indicating these changes.
I use drop, create, then connect to import, for each table, but the create continues to create the old table format, and ignores new fields.
Is there a way to receive notification from the DTS package when a change is made to the incoming table format? Or, is there a way to identify in my own applications, reports, stored procedures, etc., where these tables are used. I'm thinking there might be some utility that I haven't found yet.
Thanks in advance.
I have a DTS package that imports a series of tables (from a third party application) into SQL Server. A few months ago, the format of some of the input tables was changed as a result of an application upgrade. Fields added, fields deleted, etc. My package continued to work, but I was not receiving the new fields, and any fields that had been removed were now empty in SQL Server. There was no 'heads up' from the vendor indicating these changes.
I use drop, create, then connect to import, for each table, but the create continues to create the old table format, and ignores new fields.
Is there a way to receive notification from the DTS package when a change is made to the incoming table format? Or, is there a way to identify in my own applications, reports, stored procedures, etc., where these tables are used. I'm thinking there might be some utility that I haven't found yet.
Thanks in advance.