Is a SqlProfiler Scan Started bad?
Posted
by Lieven Cardoen
on Stack Overflow
See other posts from Stack Overflow
or by Lieven Cardoen
Published on 2010-03-13T20:20:23Z
Indexed on
2010/03/13
20:25 UTC
Read the original article
Hit count: 401
sql-server
|sqlprofiler
If in SqlProfiler you can see that to execute a query a Scan is Started, does this mean a full table scan or can it just be a lookup? If it can be both, how can you tell which one of the two it is?
© Stack Overflow or respective owner