Are there equivalent reindex and pack memo commands we should be doing when
we have data in SQL Server? Or is that something an SQL Administrator should
be doing?

Thanks for any help.

Bernie

Re: Reindex/Pack Memo equivalent for SQL backend? by Trey

Trey
Thu Oct 06 10:35:25 CDT 2005

PACK - no equivalent - in SQL Server when it's deleted, it's deleted,
not just marked for deletion.
REINDEX - typically, this is something that the DBA would be responsible
for (scheduling, types of reindexing, etc.) - however, you can see the
options in SQL Server's Books Online (aka BOL).

Bernie Beattie wrote:

>Are there equivalent reindex and pack memo commands we should be doing when
>we have data in SQL Server? Or is that something an SQL Administrator should
>be doing?
>
>Thanks for any help.
>
>Bernie
>
>