Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Checking identity information: current identity value '50'.
- DBCC execution completed. If DBCC printed error messages, contact your system administrator.
- Checking identity information: current identity value '6'.
- DBCC execution completed. If DBCC printed error messages, contact your system administrator.
- Checking identity information: current identity value '6'.
- DBCC execution completed. If DBCC printed error messages, contact your system administrator.
- Checking identity information: current identity value '4'.
- DBCC execution completed. If DBCC printed error messages, contact your system administrator.
- Checking identity information: current identity value '20'.
- DBCC execution completed. If DBCC printed error messages, contact your system administrator.
- Checking identity information: current identity value '53'.
- DBCC execution completed. If DBCC printed error messages, contact your system administrator.
- Checking identity information: current identity value '21'.
- DBCC execution completed. If DBCC printed error messages, contact your system administrator.
- Msg 7997, Level 16, State 1, Line 7
- 'OrderParts' does not contain an identity column.
- Msg 7997, Level 16, State 1, Line 7
- 'PartsNeeded' does not contain an identity column.
- (50 rows affected)
- (6 rows affected)
- (6 rows affected)
- (4 rows affected)
- (20 rows affected)
- Msg 8152, Level 16, State 14, Line 145
- String or binary data would be truncated.
- The statement has been terminated.
- Msg 547, Level 16, State 0, Line 206
- The INSERT statement conflicted with the FOREIGN KEY constraint "FK_Orders". The conflict occurred in database "WMS", table "dbo.Jobs", column 'JobId'.
- The statement has been terminated.
- Msg 547, Level 16, State 0, Line 233
- The INSERT statement conflicted with the FOREIGN KEY constraint "FK_OpOrders". The conflict occurred in database "WMS", table "dbo.Orders", column 'OrderId'.
- The statement has been terminated.
- Msg 547, Level 16, State 0, Line 272
- The INSERT statement conflicted with the FOREIGN KEY constraint "FK_PnJobId". The conflict occurred in database "WMS", table "dbo.Jobs", column 'JobId'.
- The statement has been terminated.
Advertisement
Add Comment
Please, Sign In to add comment