Getting a SQL Server 2005 Export to work -
08-22-2006
, 03:41 PM
I am consistently getting the following error message when I try to export a
(large) database:
'Error : errorCode=-1073451000 description=The package contains two objects
with the duplicate name of "output column "ErrorCode" (54)" and "output
column "ErrorCode" (14)". helpFile=dtsmsg.rll ....'
I build the export through the wizard, run it at the end, and then get the
error message after it gets almost all of the way through the export. This
happens if I just do a local export (same server), local LAN export
(different servers on the same network), or Internet export (db server from
the server farm hosting our website to server on our network).
I don't discount the fact that I may be an idiot, but others have had this
problem, too. Any help would be appreciated. |