Hi guys, I beg the moderator to move in another forum if this is not the suitable.
The issue: I got a SQL 2008r2 with an Oracle db linked. The connection is ok. I can retrieve data. Th eproblem is that I'm working using views and not table, so when I make some join the system slow down. For a query that in the software takes three minutes I have to struggle one hour. Ok we are talking about 20 thousands rows but I think that the issue is in the views because probably the "call" more than one time.
According to your experience is there a way to make the process faster? Have anyone experience using vies from Oracle?
Thanks guys