If I issue the following command:
DBCC DBREINDEX (VPOFFICE)
I get the following error:
Server: Msg 169, Level 15, State 2, Line 2
A column has been specified more than once in the order by list. Columns in the order by list must be unique.
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
I have not seen this before. I ran a pretty big profile through the index tuner last night and now I have 1 index and 20 statistics created on this table. 20 statistics seems like too many to me. Is this hurting performance or causing this error?
DBCC DBREINDEX (VPOFFICE)
I get the following error:
Server: Msg 169, Level 15, State 2, Line 2
A column has been specified more than once in the order by list. Columns in the order by list must be unique.
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
I have not seen this before. I ran a pretty big profile through the index tuner last night and now I have 1 index and 20 statistics created on this table. 20 statistics seems like too many to me. Is this hurting performance or causing this error?