Hi
i try to load a movie in my DB .. as a image type.. problem is that when i try load big filles int o the DB it hangs up for 15 min.. windows si not respoding anymore .. and at the finsih i get an exception..
i yhink its because the image type cant support such large file..
anyway.. does someone has ideas for foing this
Thanks!!

how long a image can be??? SQL
el-neilios
but at a file of 300 Mb it only stays 20 sec.. i dont think the time is the problem here...
Sinan Ussakli
Regarding the size of Image, SQL server can support till (2^31-1) amount of data for a single column.So,please dont get confused with the limitation of space.In appsettings please change your time limit to maximum.By default, it's only 20 minutes.
Regards,
vinoraja.