Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 when does an index that is created get built?

Author  Topic 

sql777
Constraint Violating Yak Guru

314 Posts

Posted - 2005-10-10 : 10:40:11
Hi,

WHen adding indexes to a table using EM, when does the index actually get built? Is there a way to rebuilt the indexes manually? (if it is delayed for some reason when doing it via EM)

Kristen
Test

22859 Posts

Posted - 2005-10-10 : 10:47:55
Indexes will be built when you press SAVE

In DESIGNER there is a button "Create Change Script" you can use that (either in addition to saving, or instead of [if you Abort the save]) then you can run the script when you are ready (and edit it if you like)

Kristen
Go to Top of Page
   

- Advertisement -