I have pretty much no experience with SQL Server's Enterprise Manager so I am not sure if this is even possible (or hopefully laughably simple!)
During an import into a database something has happened where each table has duplicated itself with two important differences.
The first is that the Owner on both tables is different, the second is that only the structure has copied across on one of the copies.
Sod's law indicated that of course the data was stored on the tables owned by the wrong person, so my question is can I quickly delete all tables owned by one user and can I quickly change the ownership of all other tables to bring them in line.
There are enough tables that automation is going to be my preferred option by a LONG way!
Any help would be greatly appreciated, I am running SQL Server 2000