I'm hitting a wall here and it is driving me nuts.
I had huge server crash with corrupt backups spanning a couple months. What I had to do was do a restore of a really old backup and now I am trying to import the good tables back in.
System is CRM 2011 with SQL Server 2008.
The old database only has a few corrupt tables so I should easily be able to import the updated new tables into the old database right? At least so I thought...
Import/Export is useless... I found a script to easily drop constraints however it errors out due to primary key contraints....
Then I can't drop a table and import the updated one becuase of Foreign Key Constraints.
I've done this process many times in MYSQL. It's completely absurd this doesn't even seem possible in something you pay thousands for.
Any help would be greatly appreciated.
Is there some way to simply force drop a table with constraints? Some of these tables it would be impossible to remove the contraints since they referenced by a massive amount of tables. I just need to substitute one table for another.