Click here to Skip to main content
15,891,136 members
Home / Discussions / Database
   

Database

 
AnswerRe: Picture's in the database? Pin
Mycroft Holmes6-Sep-11 12:39
professionalMycroft Holmes6-Sep-11 12:39 
GeneralRe: Picture's in the database? Pin
David C# Hobbyist.6-Sep-11 15:04
professionalDavid C# Hobbyist.6-Sep-11 15:04 
AnswerRe: Picture's in the database? Pin
PIEBALDconsult6-Sep-11 14:48
mvePIEBALDconsult6-Sep-11 14:48 
GeneralRe: Picture's in the database? Pin
David C# Hobbyist.6-Sep-11 15:00
professionalDavid C# Hobbyist.6-Sep-11 15:00 
AnswerRe: Picture's in the database? Pin
Pradeep Shukla6-Sep-11 18:20
professionalPradeep Shukla6-Sep-11 18:20 
AnswerRe: Picture's in the database? Pin
Wendelius6-Sep-11 19:45
mentorWendelius6-Sep-11 19:45 
GeneralRe: Picture's in the database? Pin
David C# Hobbyist.7-Sep-11 7:41
professionalDavid C# Hobbyist.7-Sep-11 7:41 
GeneralRe: Picture's in the database? Pin
Wendelius7-Sep-11 7:52
mentorWendelius7-Sep-11 7:52 
One of the main points is the transactionality. In case of an error you don't have to worry if the database contains a path to a non existent file or vice versa.

Second thing, backups. When you backup the database you also backup the files. No separate backups.

Thirdly, speed with larger files compared to storing all the binary info inside the database.

And the fourth thing, which I haven't covered very much yet is that you can actually stream the file better to the client when fetching.

I think those would be the main points. All comments are very welcome Smile | :)
The need to optimize rises from a bad design.My articles[^]

GeneralRe: Picture's in the database? Pin
David C# Hobbyist.7-Sep-11 8:01
professionalDavid C# Hobbyist.7-Sep-11 8:01 
QuestionRegarding performance tunnig Pin
kankeyan5-Sep-11 20:11
kankeyan5-Sep-11 20:11 
AnswerRe: Regarding performance tunnig Pin
Mehdi Gholam5-Sep-11 20:15
Mehdi Gholam5-Sep-11 20:15 
AnswerRe: Regarding performance tunnig Pin
Wendelius5-Sep-11 20:44
mentorWendelius5-Sep-11 20:44 
GeneralRe: Regarding performance tunnig Pin
kankeyan5-Sep-11 22:41
kankeyan5-Sep-11 22:41 
GeneralRe: Regarding performance tunnig Pin
Pradeep Shukla6-Sep-11 11:06
professionalPradeep Shukla6-Sep-11 11:06 
QuestionRelationShip between to DataBase in SqlServer2008 Pin
karimvand5-Sep-11 19:07
karimvand5-Sep-11 19:07 
AnswerRe: RelationShip between to DataBase in SqlServer2008 Pin
Mycroft Holmes5-Sep-11 19:51
professionalMycroft Holmes5-Sep-11 19:51 
AnswerRe: RelationShip between to DataBase in SqlServer2008 Pin
kankeyan5-Sep-11 20:34
kankeyan5-Sep-11 20:34 
AnswerRe: RelationShip between to DataBase in SqlServer2008 Pin
Wendelius5-Sep-11 20:41
mentorWendelius5-Sep-11 20:41 
QuestionSSIS - How To Create This Package Pin
Kevin Marois5-Sep-11 14:11
professionalKevin Marois5-Sep-11 14:11 
AnswerRe: SSIS - How To Create This Package Pin
Wendelius6-Sep-11 8:40
mentorWendelius6-Sep-11 8:40 
AnswerRe: SSIS - How To Create This Package Pin
Pradeep Shukla6-Sep-11 10:57
professionalPradeep Shukla6-Sep-11 10:57 
Questioncan Microsoft SQL Server handle it? Pin
Jassim Rahma5-Sep-11 1:51
Jassim Rahma5-Sep-11 1:51 
AnswerRe: can Microsoft SQL Server handle it? Pin
Wendelius5-Sep-11 1:58
mentorWendelius5-Sep-11 1:58 
GeneralRe: can Microsoft SQL Server handle it? Pin
crocks2565-Sep-11 2:37
crocks2565-Sep-11 2:37 
GeneralRe: can Microsoft SQL Server handle it? Pin
Wendelius5-Sep-11 2:42
mentorWendelius5-Sep-11 2:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.