I have some tables that I need to publish, but I can't because they don't contain a primary key. The tables are Null from creation and the null value can't be changed. I was told that I could add a primary key by dropping the index and adding the primary key, but this don't seem to work. Please help.