Click here to Skip to main content
15,904,497 members
Home / Discussions / Database
   

Database

 
QuestionNumber of open connections Pin
blackjack215011-Dec-08 3:13
blackjack215011-Dec-08 3:13 
AnswerRe: Number of open connections Pin
Wendelius11-Dec-08 4:11
mentorWendelius11-Dec-08 4:11 
Questionsql reporting services Pin
member2711-Dec-08 2:28
member2711-Dec-08 2:28 
AnswerRe: sql reporting services Pin
Wendelius11-Dec-08 4:13
mentorWendelius11-Dec-08 4:13 
GeneralRe: sql reporting services Pin
member2714-Dec-08 19:12
member2714-Dec-08 19:12 
GeneralRe: sql reporting services Pin
Wendelius15-Dec-08 5:45
mentorWendelius15-Dec-08 5:45 
QuestionShould I store flash advertisements in DB? Pin
Mohammad A Gdeisat11-Dec-08 0:29
Mohammad A Gdeisat11-Dec-08 0:29 
AnswerRe: Should I store flash advertisements in DB? Pin
Wendelius11-Dec-08 5:35
mentorWendelius11-Dec-08 5:35 
Mohammad A Gdeisat wrote:
if I should store flash animated adverts in the D


Few considerations:
- are the advertisements changed often
- does the changing need to be transactional
- do you want to have a backup of your advertisements when you backup the database

Based on those questions you could decide whether to use db or not.

Mohammad A Gdeisat wrote:
storing them as files will greatly reduce the load on the DB and allow it to serve more people


They still got to be stored somewhere and propably be backed up. Depending on your configuration and layers, the database may not be any slower than the file system.

The need to optimize rises from a bad design.My articles[^]

GeneralRe: Should I store flash advertisements in DB? Pin
Mohammad A Gdeisat11-Dec-08 5:55
Mohammad A Gdeisat11-Dec-08 5:55 
GeneralRe: Should I store flash advertisements in DB? Pin
Wendelius11-Dec-08 6:08
mentorWendelius11-Dec-08 6:08 
GeneralRe: Should I store flash advertisements in DB? Pin
Mohammad A Gdeisat11-Dec-08 6:12
Mohammad A Gdeisat11-Dec-08 6:12 
QuestionStore Multiple values in one Column. Pin
astrovirgin10-Dec-08 21:54
astrovirgin10-Dec-08 21:54 
AnswerRe: Store Multiple values in one Column. Pin
HemJoshi11-Dec-08 0:21
HemJoshi11-Dec-08 0:21 
AnswerRe: Store Multiple values in one Column. Pin
Paddy Boyd11-Dec-08 2:06
Paddy Boyd11-Dec-08 2:06 
Question.NET assembly in SQL Server 2005 [modified] Pin
Sampath Herath10-Dec-08 18:49
Sampath Herath10-Dec-08 18:49 
AnswerRe: .NET assembly in SQL Server 2005 Pin
Wendelius11-Dec-08 7:22
mentorWendelius11-Dec-08 7:22 
QuestionMerge cells in query result Pin
dan!sh 10-Dec-08 18:31
professional dan!sh 10-Dec-08 18:31 
AnswerRe: Merge cells in query result Pin
Mycroft Holmes10-Dec-08 20:22
professionalMycroft Holmes10-Dec-08 20:22 
GeneralRe: Merge cells in query result Pin
dan!sh 10-Dec-08 21:00
professional dan!sh 10-Dec-08 21:00 
GeneralRe: Merge cells in query result Pin
Mycroft Holmes10-Dec-08 21:44
professionalMycroft Holmes10-Dec-08 21:44 
QuestionMirror changed DataTable to old DataTable (ADO.NET) Pin
David Hovey10-Dec-08 10:22
David Hovey10-Dec-08 10:22 
AnswerRe: Mirror changed DataTable to old DataTable (ADO.NET) Pin
Wendelius10-Dec-08 10:39
mentorWendelius10-Dec-08 10:39 
GeneralRe: Mirror changed DataTable to old DataTable (ADO.NET) Pin
David Hovey10-Dec-08 11:15
David Hovey10-Dec-08 11:15 
GeneralRe: Mirror changed DataTable to old DataTable (ADO.NET) Pin
Wendelius10-Dec-08 11:25
mentorWendelius10-Dec-08 11:25 
GeneralRe: Mirror changed DataTable to old DataTable (ADO.NET) Pin
David Hovey10-Dec-08 11:31
David Hovey10-Dec-08 11:31 

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.