Hello
I am not very familiar with the inner workings of SQL.
I ran showcontig on our production DB and found
the following tables have high Logical scan values - my reading seems to indicate some maint is required.
I'd like to do indexdefrag or reindex on all 6 tables:
sysobjects,sysindexes,syscolumns,syspermissions,sysdepends,
syscomments.
none of these have many pages - under 500
What is the preferred method and what does the command syntax look like to get this done?
thx all