![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Any idea how I can stop a query from timing out? I am running a simple but long query on a remote Progress table using DTS, in order to pull data into a SQL Server Datamart, using a datapump transformation task in my script. However, to limit the amount loaded, I am trying to retrieve maximum and minimum dates from the Progress table, which has over a million records. The query is of this type: Select Max(RecordDate), Min(RecordDate) from [Table] But I keep getting timeout errors. I have increased the priority of the task to high and put maximum values in the timeout fields on the remote connection, but it still times out. Any ideas how to stop this happening? |
![]() |
| Thread Tools | |
| Display Modes | |
| |