dbTalk Databases Forums  

Can't seem to get SQL Server to import data ever

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Can't seem to get SQL Server to import data ever in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jonathan Crawford
 
Posts: n/a

Default Can't seem to get SQL Server to import data ever - 06-25-2009 , 03:23 AM






Hi

I confess I pretty much hate SQL Server 2005 now
DTS tasks which were absolutely trivial in 2000 now have become nightmares.

I create scripts for the tables
I export the data to an access database
I run the create table scripts on the new server
I try and import the data and always get ludicrously unhelpful error
messages like this




I want to move data from one SQL Server 2005 to the other. I don't have
connectivity between them

Error 0xc004701a: Data Flow Task: component "Destination - XXX" (22) failed
the pre-execute phase and returned error code 0xC0202025.

The table in question has one into column and one nvarchar colum. Identity
insert it set to enable.
If it remove this tabler from the list then it just errors on the next.

Why does it do this?

thanks

jc



===============
Jonathan Crawford
jc (AT) tgsi (DOT) net
===============

Reply With Quote
  #2  
Old   
Todd C
 
Posts: n/a

Default RE: Can't seem to get SQL Server to import data ever - 06-25-2009 , 08:16 AM






Hello Jonathan:
Yes, SQL 2005 and SSIS is a bit of a step up from SQL 2000 and DTS, but I
think once you get past the initial sharp learning curve, you might not be so
frustrated.

Try this: Right click on a Database node and select Import or Export Data.
Follow along throught he wizard. When you are finished, have it save the
resulting SSIS package to your file system then open it in BIDS to see what
is going on.

Just because you don't have the two servers linked doesn't mean you can't
use both of them in one ssis package to move data.

HTH
=====
Todd C


"Jonathan Crawford" wrote:

Quote:
Hi

I confess I pretty much hate SQL Server 2005 now
DTS tasks which were absolutely trivial in 2000 now have become nightmares.

I create scripts for the tables
I export the data to an access database
I run the create table scripts on the new server
I try and import the data and always get ludicrously unhelpful error
messages like this




I want to move data from one SQL Server 2005 to the other. I don't have
connectivity between them

Error 0xc004701a: Data Flow Task: component "Destination - XXX" (22) failed
the pre-execute phase and returned error code 0xC0202025.

The table in question has one into column and one nvarchar colum. Identity
insert it set to enable.
If it remove this tabler from the list then it just errors on the next.

Why does it do this?

thanks

jc



===============
Jonathan Crawford
jc (AT) tgsi (DOT) net
===============


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.