I think the old SQL highlighter bug of not showing unique indices in the code explorer is still there.
I have an index: CREATE UNIQUE INDEX NDB_MODEL_NAME_U ON NDB_MODEL(MODEL_NAME) It's correctly highlighted and everything, but does not show up in code explorer. By contrast: CREATE INDEX NDB_FK_STREAM_STREAM_DATA ON NDB_STREAM_DATA(STREAM_ID) _does_ show up correctly, so it seems to be just a problem with the UNIQUE keyword. This was tested with build 2265 on Windows XP SP2 with a T-SQL file for SQL Server 2000 (extension .sql, automatically recognized, no settings changed). Let me know if you need more info. ;] -- <http://forum.pspad.com/read.php?6,40478,41112> PSPad freeware editor http://www.pspad.com
