SELECT * FROM table1 SELECT COUNT(*) FROM table1 SELECT rows FROM sysindexes WHERE id = OBJECT_ID(table1) AND indid < 2
If I by mistake delete a large amount of rows from the remote server, Is there any way to get back these records?