I am working in MSS and have already created several new views that have all been tested and work, I have now got to create 2 new tables to add into the database.
PRINT '|' PRINT '| TABLE: FLODS_AUDIT_DATA_SM00' PRINT '| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~' PRINT '|' CREATE TABLE FLODS_AUDIT_DATA_SM00 ( AUDIT_DATA_ID NUMERIC(18, 0) NOT NULL, CREATED_DT DATETIME NOT NULL, CREATED_BY_ID VARCHAR(100) NOT NULL, OBJECT_ID VARCHAR(30), CREATED_TIMELINE_ID VARCHAR(100) NOT NULL, CREATE_BY_ID VARCHAR(100) NOT NULL CONSTRAINT FLODS_AUDIT_DATA_SM00_PKI PRIMARY KEY ( FLODS_ID ) ) GOThe issue seems to be that there are two columns called CREATE_BY_ID, I got the template (probably not write word) from the company wiki and it came with 2 coloumns named the same. I have tried changing what the second column is called to prevent this but then I get different error messages
Msg 1911, Level 16, State 1
Msg 1750, Level 16, State 1
Please help or give me any ideas you may have becuase at the minute I'm at a stop.


Sign In
Create Account



Back to top









