SQL Server Performance Forum – Threads Archive
Insert Performance
Hi, I have a table on which I store two images, each of them have about30KB. The insert is taking 50ms on average, sometimes it takes 100ms
or even more. There are timmings that for me are not accepatable. This table will grow to 1.2GB per day, it will be very large
and I will need to perform other queries on this table. My question is, should I move the images to the file System and
store the locations ? Or is there any other actions that I should
perform in order to increase the performance ?
Thanks for any help.
Regards Luis p.s I’m using sql server 2005
the standard response is that it’s better to store images and other binary files on the file system, and just store the paths in sql. The boss of sqlteam agrees: [<img src=’/community/emoticons/emotion-1.gif’ alt=’


http://www.aspfaq.com/show.asp?id=2149 Madhivanan Failing to plan is Planning to fail
]]>