Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Server 6.5 : data transfer : error

Status
Not open for further replies.

masu

Programmer
Joined
Nov 21, 2001
Messages
1
Location
NL
I m transferring data between two SQL 6.5 servers. The type of errors im getting are (all the options are checked during transfer):-
------------Source server---------------
::Error::
Transfer Status: Beginning Transfer of Data
DBPROCESS is dead or not enabled.

------------Destination server-------------------
::Error::
Transfer Status: Transferring Data: (Table 'dbo.action_changes')
Cannot truncate table 'dbo.action_changes', because this table does not exist in database 'telewest'.

::Error::
Transfer Status: Transferring Data: (Table 'dbo.action_changes')
Attempt to use Bulk Copy with a non-existent Server table.

::Error::
Transfer Status: Transferring Data: (Table 'dbo.action_changes')
Attempt to initiate a new SQL Server operation with results pending.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top