One table how many fields create?

  • One table how many index create (cluster index and noncluster index)

    I have been the sqlserver 2000, 40 fields created one table

  • Depends on the queries that use that table. There's no hard rule.

    You should have a clustered index. You should have enough nonclustered indexes on different columns that the frequently run queries can run fast.

    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

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply