Due to database corruption (referenced in a previous post), I am attempting to transfer all objects and data out of one database into another using SSIS. After encountering numerous errors, I finally was able to get the data and objects to successfully move to the destination database! :-D However, I attempted to do the same thing to another database and started encountering this error:[b][Transfer SQL Server Objects Task] Error: Execution failed with the following error: "ERROR : errorCode=0 description=************************************************************* helpFile= helpContext=0 idofInterfaceWithError={C81DFC5A-3B22-4DA3-BD3B-10BF861A7F9C}".[/b]Since then, I returned to the original (successful db transfer) and re-ran the package and it, too, began getting this error! My boss suggested that the astrisks could be coming from within a view or stored proc, etc. (/********************comment**************/) so I though that maybe a new object may have recently been created in the db I was restoring... So I restored the db from last week (known good) and still get the error. I've also looked online to see if I could determine the date objects were created so that I could look for something that was recently created, but was unsuccessful in finding anything. And then I ran a "SQL Search" to find objects with tons of asktrisks in them and, of course, there are about 40 or so that have them. Since my known-good, week-old db is now getting the error, I'm wondering if I'm going down the wrong path anyways.Any suggestions on what this error could mean or how I could go about decypherdeciphering it? I'm completely frustrated! :w00t:
↧