CREATE PROC [dbo].[usp_InsertBulkShipmentData] ( @RetVal VARCHAR(1000) OUTPUT, @ship dbo.ShipmentData READONLY ) AS DECLARE @