Forum Replies Created

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

  • RE: Import Excel Spreadsheet to Database Tables

    Oh, I'm a moron. I thought that the stored proc did the conversion directly from xls. My bad.

    Thanks for pointing that out. ( sorry!! )

  • RE: Import Excel Spreadsheet to Database Tables

    When running this script, I get:

    SET @WorkSheet=NULL; SELECT @WorkSheet=CAST(BulkColumn as xml) FROM OPENROWSET (BULK 'M:\HTS\Export\currency.xls', SINGLE_BLOB ) A;

    XML parsing: line 0, character 0, unrecognized input signature at line 1

    Msg...

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