> Hi,
>
[quoted text clipped - 20 lines]
> any option to change? (in sql server and/or the olap server) to improve
> this.
Which server is performing the join? If it's the OLAP server, consider
pushing the join to the source server with OPENQUERY or a remote view.
David
Jéjé - 13 Aug 2005 17:40 GMT
the join is a simple select * from table1, table2 where table1.key =
table2.key
so the query is executed in the SQL Server database on the database server.
OLAP Server = Analysis Services
>> Hi,
>>
[quoted text clipped - 25 lines]
>
> David
You might also take a look at the IO throughput which is likely the
performance bottleneck...

Signature
Wayne Snyder, MCDBA, SQL Server MVP
Mariner, Charlotte, NC
www.mariner-usa.com
(Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org
> Hi,
>
[quoted text clipped - 24 lines]
>
> jerome.
Jéjé - 13 Aug 2005 19:37 GMT
I know I have issue here, and I can't do anything.
I'm on a SAN.
the IT Team in charge of the SAN has not configured the system like we have
recommanded, and also there is performance issue not solved.
And we don't know if the IT team can change anything in the configuration.
I think our server is connected to the SAN through a shared system
instead-of having a dedicated communication, set of disks and controllers.
The problem appear when I read & write simultaneously. an older server from
another client perform better than this new server, but simple requests are
better on the new server (like create index or select statement)
Due to the lack of support and knowledge from this team, I have to find
other solutions.
> You might also take a look at the IO throughput which is likely the
> performance bottleneck...
[quoted text clipped - 27 lines]
>>
>> jerome.