How to delete table

gvolkovgvolkov Member Posts: 196
some smart developer imported the following tables into 4.0 database

2000000065, 66, 67 and 68

all these tables are from version 5

i need to get rid of them. any way to do that without spending lots of time restoring and etc?
Microsoft Certified Technology Specialist
Microsoft Certified Business Management Solutions Professional
Microsoft Certified Business Management Solutions Specialist

http://www.navisiontech.com

Comments

  • matttraxmatttrax Member Posts: 2,309
    Are you on SQL?

    If so you can drop those tables and remove the references from the Object table. If you're on native DB you could probably write a codeunit / report to delete the records from Object.

    No guarantees that this won't break something, though, as it has never happened to me. I would definitely try it in a dev database first.
Sign In or Register to comment.