Viewing 5 posts - 1 through 5 (of 5 total)
Inserting the FORMAT = 'CSV' option gives me a new error, googling around on the error at the moment but the things I've tried to fix the error aren't quite...
July 24, 2019 at 10:20 pm
Trust me, I would love to. I believe calibration by 2x4 would be the only way they would listen, though. They are unhelpful, and their unhelpful tendencies and some of...
July 24, 2019 at 9:32 pm
BULK INSERT tempTable
FROM '\\server1\data.csv'
WITH
(
FIRSTROW = 6,
FIELDTERMINATOR = ',',
ROWTERMINATOR = '\n',
FIELDQUOTE = '"',
TABLOCK
)
So, I have a confession to make... in the interest of testing this, my temp...
July 24, 2019 at 9:25 pm
Just tried CU 15 for 2017, still no dice.
July 24, 2019 at 9:01 pm
Thanks for posting, sir. I did happen to try that on a development sql box that is version 14.0.2002.14 (2017) and it doesn't seem to work though. At first, I...
July 24, 2019 at 8:11 pm
Viewing 5 posts - 1 through 5 (of 5 total)