March 24, 2010 at 12:24 pm
If there is no clustered index on a table(for ex:25000 records), will it really matter with respect to performance?
March 24, 2010 at 12:51 pm
It depends. Are there any non-clustered indexes on that table?
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
March 24, 2010 at 1:27 pm
Some of the tables have and some of them dont.
March 24, 2010 at 1:38 pm
Maybe
A 25000 row table with no indexes at all is going to perform badly, because the only way to find a row is to read all 25000 rows.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply