![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I was playing with the FileStream goodness in MSSQL 2008 and then I got hit with a 2005 project. So, can anyone recommend a good strategy for doing CRUD on images? I have several hundred thousand images to keep and maintaining a link to a physical file is not sufficient in my project's case. |
#3
| |||
| |||
|
|
SnapDive (SnapDive (AT) community (DOT) nospam) writes: I was playing with the FileStream goodness in MSSQL 2008 and then I got hit with a 2005 project. So, can anyone recommend a good strategy for doing CRUD on images? I have several hundred thousand images to keep and maintaining a link to a physical file is not sufficient in my project's case. I have a very basic example that I got from SQL Server Magazine on my web site: http://www.sommarskog.se/blobload.txt. |
#4
| |||
| |||
|
|
That looks pretty cool. My problem is that is does not use LINQtoSQL or Entity Framework to SQL like the rest of the codebase. I'm websearching around for alternatives, so far coming up dry. Thanks Erland! On Mon, 24 Aug 2009 21:31:26 +0000 (UTC), Erland Sommarskog esquel (AT) sommarskog (DOT) se> wrote: SnapDive (SnapDive (AT) community (DOT) nospam) writes: I was playing with the FileStream goodness in MSSQL 2008 and then I got hit with a 2005 project. So, can anyone recommend a good strategy for doing CRUD on images? I have several hundred thousand images to keep and maintaining a link to a physical file is not sufficient in my project's case. I have a very basic example that I got from SQL Server Magazine on my web site: http://www.sommarskog.se/blobload.txt. |
#5
| |||
| |||
|
|
That looks pretty cool. My problem is that is does not use LINQtoSQL or Entity Framework to SQL like the rest of the codebase. I'm websearching around for alternatives, so far coming up dry. |
#6
| |||
| |||
|
|
Does this help you? http://www.simple-talk.com/sql/sql-t...er-filestream/ "SnapDive" wrote: That looks pretty cool. My problem is that is does not use LINQtoSQL or Entity Framework to SQL like the rest of the codebase. I'm websearching around for alternatives, so far coming up dry. Thanks Erland! On Mon, 24 Aug 2009 21:31:26 +0000 (UTC), Erland Sommarskog esquel (AT) sommarskog (DOT) se> wrote: SnapDive (SnapDive (AT) community (DOT) nospam) writes: I was playing with the FileStream goodness in MSSQL 2008 and then I got hit with a 2005 project. So, can anyone recommend a good strategy for doing CRUD on images? I have several hundred thousand images to keep and maintaining a link to a physical file is not sufficient in my project's case. I have a very basic example that I got from SQL Server Magazine on my web site: http://www.sommarskog.se/blobload.txt. |
![]() |
| Thread Tools | |
| Display Modes | |
| |