Click here to Skip to main content
15,905,566 members
Home / Discussions / Database
   

Database

 
AnswerRe: SQL server and multi core cpu utilization Pin
jschell7-Sep-11 8:50
jschell7-Sep-11 8:50 
GeneralRe: SQL server and multi core cpu utilization Pin
Mehdi Gholam7-Sep-11 9:12
Mehdi Gholam7-Sep-11 9:12 
GeneralRe: SQL server and multi core cpu utilization Pin
jschell8-Sep-11 8:33
jschell8-Sep-11 8:33 
QuestionPicture's in the database? Pin
David C# Hobbyist.6-Sep-11 11:55
professionalDavid C# Hobbyist.6-Sep-11 11:55 
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 

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.