insert into ViolationText (ViolationCode, ViolationText) VALUES (804, 'As the flashpoint is below 60 degree, the temperature has to be provided') insert into ViolationText (ViolationCode, ViolationText) VALUES (802, 'At least one of net weight, gross weight or volume of the dangerous good has to be provided.') insert into ViolationText (ViolationCode, ViolationText) VALUES (808, 'At least one information about general cargo, container identification or vehicle identification has to be provided') insert into ViolationText (ViolationCode, ViolationText) VALUES (721, 'For Cargo Code 11, 12, 16 and 19 the quantity must be provided') insert into ViolationText (ViolationCode, ViolationText) VALUES (703, 'At least one of portlocode or portname in combination with portcountry has to be provided') insert into ViolationText (ViolationCode, ViolationText) VALUES (767, 'The names of the crew members that have joined the ship have to be provided') insert into ViolationText (ViolationCode, ViolationText) VALUES (741, 'The additional information for tankers is not provided') insert into ViolationText (ViolationCode, ViolationText) VALUES (704, 'The provided port of call is not in the list of German seaports') insert into ViolationText (ViolationCode, ViolationText) VALUES (702, 'The reason for a missing certificates is not provided') insert into ViolationText (ViolationCode, ViolationText) VALUES (701, 'The location for the ship-to-ship acitivities during last ten called port facilities is not provided') insert into ViolationText (ViolationCode, ViolationText) VALUES (821, 'ISM Company information has to be provided') insert into ViolationText (ViolationCode, ViolationText) VALUES (781, 'A description text is required for waste of types 3,8 and 9') insert into ErrorText (ErrorCode, ErrorText) Values (121, 'Departure time {0} before arrival time') insert into ErrorText (ErrorCode, ErrorText) Values (11, 'List {0} may not be empty') --update ErrorText set ErrorText = 'Departure time {0} before arrival time' where id='F7164CE5-E396-46F8-BF97-6CA575FAB15C' select * from ErrorText order by ErrorCode