![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm running a simple DBCC DBREINDEX ('myTable') and I receive 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 can successfully reindex other tables in this database. I thought that perhaps I had objects in the database that ended up with the same name, but I've pretty much ruled that out. Any suggestions? Thanks John D. Morris mailto://jmorris_42 (AT) hotmail (DOT) com |
#3
| |||
| |||
|
|
jmorris_42 (AT) hotmail (DOT) com (John Morris) wrote in message news:<5b4367be.0308050426.10612a9f (AT) posting (DOT) google.com>... I'm running a simple DBCC DBREINDEX ('myTable') and I receive 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 can successfully reindex other tables in this database. I thought that perhaps I had objects in the database that ended up with the same name, but I've pretty much ruled that out. Any suggestions? Thanks John D. Morris mailto://jmorris_42 (AT) hotmail (DOT) com Followup: As it turns out, I had a hidden "Hypothetical" index that the index tuning wizard decided not to clean up when it was done. The only way to see the index was in sp_helpindex. It did not appear in the object browser. MS claims this was fixed in SP1...I guess not. Anyway, dropped the hypothetical index and all is well. -jdm |
![]() |
| Thread Tools | |
| Display Modes | |
| |