/ 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.
tvanzele on 04/01/10
2 people have marked this snippet as a favorite
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.