I have created a distributed partitioned view using three tables
when i query the view using the operator '=' i could see (through execution plans) the query engine directly
queries the table in which the data is found
but when i use the any other operator the query engine seems to query through all the three table even when
the specified data range is found in a single table
what could be the reason for this?
what should i do to rectify this?
please help
Thanks in advance
Siva