INF: How Scheduled Data Transfer WorksID: Q172012
|
SQL Enterprise Manager includes a transfer management interface that you
can use to transfer some or all objects from one database to another. You
can start the transfer immediately, or you can schedule it to occur either
once or on a recurring basis.
Scheduled data transfer is a two-step process:
Step 1: A CmdExec task is inserted into destination server's msdb..systasks
table. This task invokes SQL Server Transfer Agent, Xfragent.exe.
The corresponding task will always be inserted into the destination
server's msdb..systasks table, whether the transfer is administered using
SQL Enterprise Manager from the source server or destination server.
The "Save Transfer Files In Directory" refers to location on the
destination server, even if the transfer is initiated on the source server.
Normally, if the directory does not already exist, SQL Enterprise Manager
creates it. However, if the specified drive cannot be found on the
destination server, the task will fail to run, and the task history will
indicate a "Process Exit Code 1, Invalid Transfer Log Director" error.
Additional query words: debug task execute
Keywords : kbprg kbusage SSrvGen SSrvProg
Version : 6.5
Platform : WINDOWS
Issue type : kbhowto kbinfo
Last Reviewed: April 16, 1999