![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Testing for a connection will not help as you want to know how many records are in a table don't you ? Why? If there are no records then nothing will be transferred. If the test for records in Server1.Table1 is only to see if you can query the DB then 1. Do this in an ExecuteSQL statement. If it fails then you exit. If it succeeds then you pump the records. 2. If the problems with Server1 are as intermittent as you say then there is no guarantee that the server will respond to the pump even if it responds to the request beforehand. What are the intermittent errors? It will probably server best to get these sorted first ? -- Allan Mitchell (Microsoft SQL Server MVP) MCSE,MCDBA www.SQLDTS.com I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org |
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |