/ Published in: SQL
Expand |
Embed | Plain Text
SELECT name FROM sys.objects WHERE type = āUā AND object_id NOT IN (SELECT object_id FROM sys.indexes WHERE index_id = 1)
You need to login to post a comment.
