/ Published in: SQL
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
SELECT name FROM sys.objects WHERE TYPE = ‘U’ AND object_id NOT IN (SELECT object_id FROM sys.indexes WHERE index_id = 1)