Click here to Skip to main content
15,898,134 members
Home / Discussions / Database
   

Database

 
GeneralRe: create proc from assembly Pin
Abdul Rahman Hamidy2-Jun-09 22:10
Abdul Rahman Hamidy2-Jun-09 22:10 
QuestionFind working hours between two dates Pin
Rajesh VR2-Jun-09 20:31
Rajesh VR2-Jun-09 20:31 
AnswerRe: Find working hours between two dates Pin
Blue_Boy2-Jun-09 20:54
Blue_Boy2-Jun-09 20:54 
AnswerSQL function GetBusinessDays Pin
David Mujica3-Jun-09 2:58
David Mujica3-Jun-09 2:58 
QuestionProblem with Bulk insert and insert trigger Pin
www.Developerof.NET2-Jun-09 18:45
www.Developerof.NET2-Jun-09 18:45 
QuestionAll Sql Command Pin
Satish Pai2-Jun-09 18:19
Satish Pai2-Jun-09 18:19 
AnswerRe: All Sql Command Pin
Ashfield2-Jun-09 21:01
Ashfield2-Jun-09 21:01 
AnswerRe: All Sql Command Pin
RussellT5-Jun-09 10:36
professionalRussellT5-Jun-09 10:36 
AnswerRe: All Sql Command Pin
Niladri_Biswas25-Jun-09 5:54
Niladri_Biswas25-Jun-09 5:54 
QuestionSQL Injection Pin
AlexeiXX32-Jun-09 16:23
AlexeiXX32-Jun-09 16:23 
AnswerRe: SQL Injection Pin
_Damian S_2-Jun-09 18:08
professional_Damian S_2-Jun-09 18:08 
Questionsql Pin
jainiraj2-Jun-09 4:25
jainiraj2-Jun-09 4:25 
AnswerRe: sql Pin
Tim Carmichael2-Jun-09 5:56
Tim Carmichael2-Jun-09 5:56 
GeneralRe: sql Pin
jainiraj2-Jun-09 18:54
jainiraj2-Jun-09 18:54 
GeneralRe: sql Pin
_Damian S_2-Jun-09 19:16
professional_Damian S_2-Jun-09 19:16 
QuestionHelp - Need Location Independent Dating Pin
Hypermommy2-Jun-09 3:07
Hypermommy2-Jun-09 3:07 
AnswerRe: Help - Need Location Independent Dating Pin
Luc Pattyn2-Jun-09 3:32
sitebuilderLuc Pattyn2-Jun-09 3:32 
QuestionStrongly Typed DataSet help Pin
Etienne_1231-Jun-09 22:34
Etienne_1231-Jun-09 22:34 
AnswerRe: Strongly Typed DataSet help Pin
AlexeiXX32-Jun-09 16:27
AlexeiXX32-Jun-09 16:27 
QuestionService Account Pin
Satish Pai1-Jun-09 18:50
Satish Pai1-Jun-09 18:50 
AnswerRe: Service Account Pin
Niladri_Biswas7-Jun-09 0:12
Niladri_Biswas7-Jun-09 0:12 
QuestionWhere to store my files? Pin
musefan1-Jun-09 4:04
musefan1-Jun-09 4:04 
Hi All,

Basically I have a C#.Net Windows Forms application where most of the data is stored in a database (currently SQL Server 2005). Some data that needs storage is file uploads - at the moment I have an FTP setup for transfer of these files to/from a server as and when needed. I also know it is possible to store files in the database (using BLOB's).

I have done the research and found a number of sources that basically agree on one thing - Databases are good for small files ( < 256KB) where as file systems are better for files larger than this. The file uploads in question will most likely be 1MB or larger but can basically be any size.

Anyway, I am posting here because I am looking for some opinions on which option to go for (or maybe another alternative completely). Has anybody had any experience with using either option and can recommend the best route to take?

Thanks for any input Wink | ;)

Life goes very fast. Tomorrow, today is already yesterday.

AnswerRe: Where to store my files? Pin
David Mujica1-Jun-09 4:28
David Mujica1-Jun-09 4:28 
GeneralRe: Where to store my files? Pin
musefan1-Jun-09 4:36
musefan1-Jun-09 4:36 
GeneralGo with storing files on fileserver Pin
David Mujica1-Jun-09 5:29
David Mujica1-Jun-09 5:29 

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.