This problem is machine specific since I was able to do the exact same thing on our live machine yesterday, but not our dev machine. Here 'tis:
When trying to EXPORT a table from the dev machine to the live machine using DTS wizard, I select:
Then it starts the data transformation but gives me the following error:
Any thoughts? I can tell you that I did the exact same thing on the live machine using IMPORT instead of EXPORT with all the same settings and it worked fine.
Also, on the dev machine, if I choose "copy tables..." rather than "transfer objects..." it works fine. But I know I've done it many times before using "transfer objects..." Someone please offer some insight before I pull the last strand of hair out of my head!
Using:
NT4 SP5
SQL7 SP2 (MDAC 2.5)
Kevin
slanek@ssd.fsi.com
When trying to EXPORT a table from the dev machine to the live machine using DTS wizard, I select:
Code:
* MSFT OLE DB for SQL Server
* my source DB
then
* MSFT OLE DB for SQL Server
* my destination DB
then
* Transfer objects between SQL Server DBs
* Select the table I want to transfer
* Select the other options I want (none of which could be
causing this problem)
* Click finish
Code:
******************************************************
Need to run the object to perform this operation
[SQL-DMO]Code Execution Exception:
EXCEPTION_ACCESS_VIOLATION
******************************************************
Any thoughts? I can tell you that I did the exact same thing on the live machine using IMPORT instead of EXPORT with all the same settings and it worked fine.
Also, on the dev machine, if I choose "copy tables..." rather than "transfer objects..." it works fine. But I know I've done it many times before using "transfer objects..." Someone please offer some insight before I pull the last strand of hair out of my head!
Using:
NT4 SP5
SQL7 SP2 (MDAC 2.5)
Kevin
slanek@ssd.fsi.com