Siebel performance tuning. Sql Server
I do have Siebel 8.1.1.14.13 and SQL Server Database.
How to make Siebel faster ?
For example to get to Home Page in Siebel Open Ui - Siebel creates 6 sql's queries ( select .... ) that takes 13 seconds. ( I checked it in logs.)
I set the very recommended sp_configure :
sp_configure 'max degree of parallelism', 1
go
I created all indexes , statistics recommended by Database Engine Tuning Advisor for this sqls . It helped a little.
Do you have any other ideas to make Siebel/Sql queries faster ? Maybe some parameters / hints i can use ?
Please Help,