The stored procedure is below. The spreadsheet contains the following information related to the sproc: OilLabID, LabSamplePointID, CustomerSiteID, SampleLocationDesc, EquipmentDescription and Capacity.
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO
ALTER ...