Click here to Skip to main content
16,006,594 members
Home / Discussions / Database
   

Database

 
QuestionPassing parameters to the auto generated GetBy of the visual studio 2005 auto generated table adapter Pin
Berlus1-Oct-08 19:09
Berlus1-Oct-08 19:09 
QuestionExporting\Importing sql server 2000 data and structure Pin
Berlus1-Oct-08 19:08
Berlus1-Oct-08 19:08 
AnswerRe: Exporting\Importing sql server 2000 data and structure Pin
Mycroft Holmes1-Oct-08 22:47
professionalMycroft Holmes1-Oct-08 22:47 
GeneralRe: Exporting\Importing sql server 2000 data and structure Pin
Ashfield2-Oct-08 0:16
Ashfield2-Oct-08 0:16 
GeneralRe: Exporting\Importing sql server 2000 data and structure Pin
Mycroft Holmes2-Oct-08 0:32
professionalMycroft Holmes2-Oct-08 0:32 
GeneralRe: Exporting\Importing sql server 2000 data and structure Pin
Ashfield2-Oct-08 0:43
Ashfield2-Oct-08 0:43 
AnswerRe: Exporting\Importing sql server 2000 data and structure Pin
Paddy Boyd2-Oct-08 2:35
Paddy Boyd2-Oct-08 2:35 
QuestionReporting against a volatile, high traffic high availability system Pin
J4amieC1-Oct-08 5:36
J4amieC1-Oct-08 5:36 
Ive never found a decent solution to this problem, and as its coming up again I thought i'd throw this out to the wider community.

Im dealing with a database (SQL2005) which is:
1) Quite Large and growing rapidly
2) High traffic 24/7

As is often the case, one of the things that is required is reporting on various aspects of the data. However, as we know any reads (especially for the purpose of reports) will adversly affect the performance of the live activity going on.

In the past I have solved this mainly 1 way, and that is to on a scheduled basis to take the delta changes in the tables im interested in and write that data to another source and only report against this "achived" data. The problem with this is that you dont get "live reports" you get reports on data older than x hours (where x is your scheduled interval).

I am in a situation where reporting on Live data is pretty essential, but keeping the database as performant as possible is just as essential. To me these 2 requirements seem at loggerheads with each other. I obviously cant report on the live tables, as the overall application would slow to a halt. I also cant archive data on a timely basis because then the reports are not live.

Any thoughts? Is there some new-fangled sql tool that solves this problem? Have you faced a similar problem and found a suitable solution? Is there a gap in my sql knowoledge on this subject?
AnswerRe: Reporting against a volatile, high traffic high availability system Pin
SomeGuyThatIsMe1-Oct-08 11:12
SomeGuyThatIsMe1-Oct-08 11:12 
GeneralRe: Reporting against a volatile, high traffic high availability system Pin
J4amieC1-Oct-08 22:18
J4amieC1-Oct-08 22:18 
AnswerRe: Reporting against a volatile, high traffic high availability system Pin
Ashfield1-Oct-08 21:09
Ashfield1-Oct-08 21:09 
GeneralRe: Reporting against a volatile, high traffic high availability system Pin
J4amieC1-Oct-08 22:17
J4amieC1-Oct-08 22:17 
GeneralRe: Reporting against a volatile, high traffic high availability system Pin
Mycroft Holmes1-Oct-08 22:52
professionalMycroft Holmes1-Oct-08 22:52 
GeneralRe: Reporting against a volatile, high traffic high availability system Pin
Ashfield2-Oct-08 0:38
Ashfield2-Oct-08 0:38 
AnswerRe: Reporting against a volatile, high traffic high availability system Pin
Wendelius3-Oct-08 22:22
mentorWendelius3-Oct-08 22:22 
Questionupdate sql server Pin
zorronami1-Oct-08 4:51
zorronami1-Oct-08 4:51 
AnswerRe: update sql server Pin
Ashfield1-Oct-08 8:48
Ashfield1-Oct-08 8:48 
QuestionRunning Query on stored Procedures like a table???!!!!! Pin
Masterhame1-Oct-08 4:41
Masterhame1-Oct-08 4:41 
AnswerRe: Running Query on stored Procedures like a table???!!!!! Pin
Wendelius1-Oct-08 4:58
mentorWendelius1-Oct-08 4:58 
AnswerRe: Running Query on stored Procedures like a table???!!!!! Pin
J4amieC1-Oct-08 6:02
J4amieC1-Oct-08 6:02 
GeneralRe: Running Query on stored Procedures like a table???!!!!! Pin
Mycroft Holmes1-Oct-08 22:57
professionalMycroft Holmes1-Oct-08 22:57 
QuestionConnect to SQL 2005 Via VPN Pin
kibromg1-Oct-08 0:56
kibromg1-Oct-08 0:56 
AnswerRe: Connect to SQL 2005 Via VPN Pin
Colin Angus Mackay1-Oct-08 10:12
Colin Angus Mackay1-Oct-08 10:12 
QuestionDesire to use Database/SQL Pin
Tryongliph30-Sep-08 23:30
Tryongliph30-Sep-08 23:30 
AnswerRe: Desire to use Database/SQL Pin
Ashfield1-Oct-08 0:07
Ashfield1-Oct-08 0:07 

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.