November 7, 2008 at 9:07 am
Hello,
i am working on SQLServer2000 and need to know how the update of the index is done:
I create an empty table with a non clustered index,
when i insert hundreds of rows, do my index is updated ?
do i have to update it with a specific command?
thanks
November 7, 2008 at 9:27 am
Indexes are attached with Tables and as a result Indexes are updated along with the table updates.
Hope this helps.
-Jp
November 7, 2008 at 9:40 am
thanks JP,
Is there any documentation on the subject?
November 7, 2008 at 10:08 am
SQL Books online is a great tool you should consider using.
http://msdn.microsoft.com/en-us/library/aa174541(SQL.80).aspx
This is a SQL 2005 forum, btw.
~BOT
Craig Outcalt
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply