Adding Column M_ONLINE... ALTER TABLE FORUM_MEMBERS ADD M_ONLINE int NULL DEFAULT 0 ALTER TABLE FORUM_MEMBERS ADD M_ONLINE int NULL DEFAULT 0 -2147217900 | Column names in each table must be unique. Column name 'M_ONLINE' in table 'FORUM_MEMBERS' is specified more than once.
Adding new records.. INSERT INTO FORUM_RECORD (U_ID) VALUES (1) INSERT INTO FORUM_RECORD (U_ID) VALUES (1) -2147217900 | Cannot insert explicit value for identity column in table 'FORUM_RECORD' when IDENTITY_INSERT is set to OFF.
I believe that this all started when I screwed around trying to upgrade my forum to 3.4.07 from .05 --- I reverted my .asp pages back from back-ups, but I think the tables are messed up. That is recounted in this topic: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=70495