July 9, 2022 at 8:52 pm
Hi,
How to upload large file contents in to sql server when there is no file stream enabled? Received the following error
MSG>[Microsoft][ODBC SQL Server Driver] Warning: Partial insert/update. The insert/update of a text or image column did not succeed.
July 9, 2022 at 10:27 pm
it would be better you show us the code you are using for this as well as details of server/version
July 10, 2022 at 10:32 am
1 million rows of data in a text file should load OK. Are you sure that the error you are receiving is as a result of file size and not a data issue?
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
July 10, 2022 at 12:51 pm
Thank you. We’re using SQL2017.
If it’s not the data issue, what could be the other reasons? No errors reported in SQL server error log or event viewer. I assume if it’s related to space (data file/ log file can’t grow) it will written into the SQL error log.
July 10, 2022 at 6:21 pm
So is it a text or image file or a combination or??? What kind of file is it?
--Jeff Moden
Change is inevitable... Change for the better is not.
July 10, 2022 at 10:47 pm
Here is the full error message
[Timestamp]-username-server name: Execute{file name}
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply