Expand Minimize
This topic has not yet been rated - Rate this topic

An index already exists for table <Tablename> with the columns <Columnnames>. (Visual Database Tools)

SQL Server 2005

As a rule, you should create an index only if the data in the selected columns will be queried frequently. Indexes take up disk space and can slow the adding, deleting, and updating of rows.

In most cases, the benefits of indexes will far outweigh the performance overhead, but if your application updates data very frequently, or if you have disk space constraints, you might also want to limit the number of indexes.

For more information, see Indexes and Creating Indexes (Database Engine).

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.