Viewing 3 posts - 1 through 3 (of 3 total)
What worked for me was changing
ROWTERMINATOR = '\n'
to
ROWTERMINATOR = '0x0a'
in the BULK INSERT's WITH-statement .
July 24, 2019 at 6:49 am
#3665592
ROWTERMINATOR = '0x0a'.
July 24, 2019 at 6:46 am
#3665591
#3665590