Tools for analyzing performance of SQL Server/Express?
Posted
by Adam Crossland
on Server Fault
See other posts from Server Fault
or by Adam Crossland
Published on 2010-06-02T20:24:16Z
Indexed on
2010/06/02
20:26 UTC
Read the original article
Hit count: 269
database-performance
|sql-server-2005-express
The application that I have customized and continue to support for my client is seeing dramatic performance problems in the field. Simple queries on rather small datasets take over a minute when I would expect them to complete with sub-second times.
My current theory is that SQL Server Express 2005 is too limited for the rather non-trivial demands being made of it, but I am not sure how to get about gathering data that I can use to either prove my point or allow me to move on to finding another cause.
Can anyone point me toward some tools that would allow me to analyze the load on this database? Information such as simultaneous connections, execution times of individual queries, memory usage, heck just any profiling data at all would be a help.
Many thanks.
© Server Fault or respective owner