Hello, so I need little help with _RefSkill and _RefObjCommon tables. I want to delete or turncate those tables and bulk insert new ones from other database. The problem is that's impossible to do that.. whenever I try to do that ms sql gives this error:
Quote:
|
Cannot truncate table '_RefSkill' because it is being referenced by a FOREIGN KEY constraint.
|
Can I just completely delete primary key of those tables?