I have a production and a test server and an application in production where changes are made. I need to mirror those changes onto our test server. We had tried going the replication route, but it proved to be unreliable. I then set-up an SSIS package to copy the data over, but if the schema changes at all (new field or, more likely, a modified field length), then the package fails, as it did last night. Does anybody have a good solution for this kind of situation?
wb
wb