Something very strange happened this morning on one of my SQL Servers and I was wondering if anyone else has ever had this problem. On my development server, I had created 2 new tables for a new section on a web site. I went into Enterprise Manager and imported these 2 tables (Table E and Table F) and their data into another database, on another server. Everything imported fine, but for some reason SQL Server deleted about 100 rows of data out of Table A, which is not connected to the new tables (E and F) in any way. I restored the database and tried to import again (several times) and each time it did the same thing. Each time I made absolutely sure that I was importing ONLY the 2 new tables. I wound up scripting the 2 tables and writing queries to transfer the data, but I'm just curious, has anyone else ever seen anything like this?