June 10, 2017 at 10:55 am
I am not sure whether here is a right place to ask. Do you have any good references on Indexing(clustered and non-clustered index) , what is supposed be called best index structure? I have read through MSDN article on this topic. From my understanding, basically index should be add on the table column that is frequently use for searching data(not searching for the exact: where non-clustered will do better job) in order to get a better performance result) however I would like to ask can you provide any other good references to read that help me to understand it more?
Thank you.
June 10, 2017 at 12:12 pm
http://www.sqlservercentral.com/stairway/72399/
http://www.sqlinthewild.co.za/index.php/category/sql-server/indexes/
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
June 10, 2017 at 12:22 pm
Yes... might as well get it from the master herself. Do the following search. Any of the videos with "(MCM)" as a part of the link title are totally awesome.
https://www.google.com/?gws_rd=ssl#q=sql+indexes+mcm+youtube
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply