Cannot write 100MB image data via ADO

  • Thread starter Thread starter Pizzi
  • Start date Start date
P

Pizzi

Hallo

I need to write a 100MB image in my Image field via ADO.NET on SQL
Server.
I get the error "A severe error occurred on the current command".
With 80MB it works fine.
Does anyone know about a solution ?
Is there an SQL setting for this issue ? Or a service pack which fixes
it ?
Just read about saving the data in chuncks. Is this the only solution ?

Thanks in advance
David
 
You might want to post this over in the SQL Server forums. I suspect you've
hit the file size restriction on your server. Check the settings for
"Restrict file growth" on your database properties.
 
Pizzi,

I am not sure anymore but I had trouble in past loading hug images.
The solution for that was to make the connection time longer.

Cor
 
Back
Top