Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-06-04 : 08:12:13
|
| Sugumar writes "How do store the images in SQL server database? What about the performance If table contains around 5000 Records?" |
|
|
davy_boy2000
Starting Member
28 Posts |
Posted - 2002-06-04 : 08:22:45
|
| If your worried about space constraints for the database, you could always put in UNC paths to where the images are located or http:// pointers. |
 |
|
|
Nazim
A custom title
1408 Posts |
Posted - 2002-06-04 : 08:27:35
|
| Check the FAQ of this site . you will find the required way to do it.-------------------------------------------------------------- |
 |
|
|
|
|
|