IanH wrote:
> Thanks, so a TRUNCATE instead would not drop the
Indexes?
>
From what I have read, that is correct. However, if you are
repoplulating the table beware that indeices can slow down
the process
a lot. In the past when we wanted to repopulate a table we
would just
drop it, recoreate it, populate it, and then apply the
indecies. It
was quicker but it was not on a production server. Someone
else needs
to weight in on that.