Forum Replies Created

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

  • RE: Bulk insert problem

    Problem solved, the select needed /text() for all values:

    product.value('(products_mpn/text())[1]', 'NVARCHAR(256)'),

  • RE: Bulk insert problem

    After some debugging trying to remove the insert part and only using select to see the result it seems to be the INSERT being the problem, because without it I...

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