Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / DB Engine / SQL Server / March 2008

Tip: Looking for answers? Try searching our database.

High amount of Full Table or Full Index Scan

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Paolo Taverna - 07 Mar 2008 08:17 GMT
Hello
The Installation is SQL Server 2005 Enterprise Edition with 8 Processor.
With permon and the performance counter "SQLServer:Access  Methods\Full
Scans/sec" i monitor the value 80 -180. Every time these values are there
the 8 CPU have a workload of 80 Percent in Total. With the SQL Server
Profiler i found the Query who made the Full Table/Index Scans over table's
with 8 Million rows.
So now i have to proof that these full table/index scan are the cause of the
high CPU Workload and the bad performance.

How can i use the DMV View's to analyze which "Select" are really causing
Full Table/Index scan ath the Moment. Are there tools that i can use for
these analyze ?

regards
Paolo
TheSQLGuru - 07 Mar 2008 19:23 GMT
Profiler is probably best for that task.  If it is a sproc causing the big
reads you can either review the code and figure it out yourself (using
profile-captured input parameters for the sproc).  You could also step down
to statement level tracing inside the sproc call, but be warned that this
can lead to significant performance hit for the profiler data.

Signature

Kevin G. Boles
Indicium Resources, Inc.
SQL Server MVP
kgboles a earthlink dt net

> Hello
> The Installation is SQL Server 2005 Enterprise Edition with 8 Processor.
[quoted text clipped - 12 lines]
> regards
> Paolo
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.