Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Using a SQL Stored Procedure to import an Excel spreadsheet

    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 ...

Viewing post 1 (of 1 total)