Can anyone advise how to delete obsolete tables through SQL Server Management Studio?
I have tried to delete them within the Development Environment but I keep getting a message that I do not have permission to delete the tables. I have tried assigning my user the permission sets for these tables, and I have db_owner role assigned in sql server.
I have also tried the suggestions in this link (which didn't work):
navisionary.com/.../how-to-delete-bsolete-dynamics-nav-objects
Please advise.