According to this, the delete worked.. BUT if didn’t because the records are still there. If memory serves me correct, there is no "PACK" command with sql server so they should be gone.. Anybody got any ideas ?
Finally did the truncate table command and that does work, but I don't want to do that once I get live data in there <grin> Thanks, Virgil Bierschwale http://www.virgilslist.com http://www.tccutlery.com http://www.bierschwale.com http://www.bierschwalesolutions.com DELETE FROM roster WHERE svcbranch = 'ARMY' 1 record(s) affected. StmtText |--Table Delete(OBJECT:([DB_103922].[virgilslist].[roster])) |--Top(ROWCOUNT est 0) |--Table Scan(OBJECT:([DB_103922].[virgilslist].[roster]), WHERE:([EMAIL PROTECTED]) ORDERED) 3 record(s) affected. -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.432 / Virus Database: 268.15.26/598 - Release Date: 12/22/2006 3:22 PM _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

