Page 1 of 1

SQL Server

Posted: Thu Dec 23, 2010 2:10 am
by Sreedhar
Hello,

I am seeing strange behavior of ODBC stage while accessing the SQL Server.

When I use the following SQL

Select
A,
B,
C
from <Table>

It is hanging after fetching some 100 -1000 records (Running on a four node config)


When I run the same job with the following SQL it run fine


Select
A,
B,
C
from <Table> limit 10000

Any Ideas...

Posted: Thu Dec 23, 2010 8:14 am
by chulett
No. See if your DBA can help, trace the session and see what the 'hang' might be... or at least help determine if it is database related or not.