I have a website with about 130,000 page views per day, I'm using a P4 2.8G/1GB RAM dedicated server for database. When I upgraded my database to SQL Server 2005 Express, I noticed the CPU usage goes too high, sometimes the CPU usage goes to 100%. My database table only has about 25K records.
My questions is how to optimize my database Is there any tips to do that

SQL Server 2005 Express CPU usage too high??
Rakesh Kumar V.V. from Pampady
John H.
Mike S
UllaH
What did you search for that couldn't get you the information
Anyways, use Profiler tool, or use TSQL.
http://lab.msdn.microsoft.com/search/ query=sql+server+trace+profiler
Merav
Thank you for your reply!
Could you please tell me how to getting a trace profile Do I need a third-party software I just did a search but without an answer.