SELECT *FROM table1
SELECT rows FROM sysindexes WHERE id = OBJECT_ID(table1) AND indid < 2SELECT COUNT(*) FROM table1
No comments:
Post a Comment