I am connecting the oracle db server from sqlserver 2005 using linked server with microsoft oledb oracle drivers.
Table present in the oracle db is having the DateTime Stamp. So i will be fetching only the latest records from that table, by passing the query with where condition.But query is taking 6 to 7 minutes approx.
2 crore records are present in the table which i am querying.
There is any other better way for this please suggest me.