Results 1 to 5 of 5

Thread: clustered and nonclustered index : the difference

  1. #1
    Join Date
    Oct 2005
    Posts
    13

    clustered and nonclustered index : the difference

    dear all,
    sorry if I asked some basic question (again), I want to know what's makes difference between clustered and nonclustered index ? Seeing that in performance view, what will happen if we put clustered and nonclustered index together in the same table? is there any rule when we create it ?

    thanks in advance,

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    In MS sql, clustered index's leaf pages are data pages and table will be physical ordered by clustered index. You can have one clustered index and 249 non-clustered indexes on each table, books online has details.

  3. #3
    Join Date
    Oct 2005
    Posts
    13
    books online has details that very hard to be understand by me the answers of my questions will not found at books online..I need your guide about this, thx rmiao

  4. #4
    Join Date
    Sep 2002
    Posts
    5,938
    There is no simple guide works everywhere. Kalen Delaney has lot of articles on this issue, search them in www.sqlmag.com.

  5. #5
    Join Date
    Oct 2005
    Posts
    13
    thanks rmiao

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •