Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: CONVERT nvarchar to numeric

    Thanks a lot.

    Your message helped me.

  • RE: Inserting data from excel sheet

    pietlinden (12/9/2014)


    --Excel 2007-2010

    SELECT * --INTO #productlist

    FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0',

    'Excel 12.0 Xml;HDR=YES;Database=C:\temp\Products.xlsx',

    'SELECT * FROM [ProductList$]');

    I have tried to use the query you have suggested but,...

Viewing 2 posts - 1 through 2 (of 2 total)