dbTalk Databases Forums  

transfer database task

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


Discuss transfer database task in the microsoft.public.sqlserver.dts forum.



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

Default transfer database task - 01-28-2004 , 12:31 PM






Hi

I am trying to use transfer database task to move/copy some database from A server(sql 2000 server) to B server (sql 2000 name instance which has SQL 7 as default instance).

But, the task failed with "unspecified error" message. I couldn't find more information other than "unspecified error".

Does anyone know this issue? Thank you

Yuling

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: transfer database task - 01-28-2004 , 01:12 PM






Set up logging for the package in the package properties. This may give you
more of a clue.

Personally though if I was moving whole DBs I would be using BACKUP and
RESTORE.
This way if the RESTORE fails at least I have the BACKUP to work with.

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Yuling" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi,

I am trying to use transfer database task to move/copy some database from
A server(sql 2000 server) to B server (sql 2000 name instance which has SQL
7 as default instance).
Quote:
But, the task failed with "unspecified error" message. I couldn't find
more information other than "unspecified error".

Does anyone know this issue? Thank you.

Yuling



Reply With Quote
  #3  
Old   
Yuling
 
Posts: n/a

Default Re: transfer database task - 01-28-2004 , 01:31 PM



Allan,

Thank you for your quick response. After that, I use backup/restore and detach/attach database to move the database.

I still would like to find out the problem. Would setup the logging and find the issue. Thanks.

Yuling

Reply With Quote
  #4  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: transfer database task - 01-28-2004 , 01:41 PM



i can't promise anything from the logging but it is as good a step as you
are going to get. You could also try running Profiler at the same time to
see statements isuued and any errors.



--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Yuling" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Allan,

Thank you for your quick response. After that, I use backup/restore and
detach/attach database to move the database.

I still would like to find out the problem. Would setup the logging and
find the issue. Thanks.

Yuling



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.