Click here to Skip to main content
15,890,825 members
Home / Discussions / C#
   

C#

 
GeneralRe: string? Pin
User 66585-Nov-08 19:12
User 66585-Nov-08 19:12 
AnswerRe: string? Pin
V.5-Nov-08 21:20
professionalV.5-Nov-08 21:20 
AnswerRe: string? Pin
Programm3r6-Nov-08 1:17
Programm3r6-Nov-08 1:17 
GeneralRe: string? Pin
PIEBALDconsult6-Nov-08 3:37
mvePIEBALDconsult6-Nov-08 3:37 
QuestionImage in XML file Pin
nelsonpaixao5-Nov-08 13:59
nelsonpaixao5-Nov-08 13:59 
AnswerRe: Image in XML file Pin
Dave Kreskowiak5-Nov-08 15:13
mveDave Kreskowiak5-Nov-08 15:13 
AnswerRe: Image in XML file Pin
Mirko19805-Nov-08 22:07
Mirko19805-Nov-08 22:07 
QuestionSQL Server Express - How many querys per a second can it handle? Pin
Brad Wick5-Nov-08 12:52
Brad Wick5-Nov-08 12:52 
I have a application I have built that uses a SQL Server express database to store the data. I have built a logging functions which writes the log entrys of whats going on in the application to a text file on the hard disk. When I set the logging to DEBUG mode (which logs a ton of stuff) it takes a long time for certain things to run as its writing a bunch of data to the text file. If they set the logs to WARN... it only writes important information to the log file.

This all works great, but I would really like to log everything so if there is a problem with the application I can look at the users log file and tell exactly what they were doing to try and reproduce the error. So I was thinking about writing the logs to the database which would mean I could insert all entrys and just query the items I need to return which brings up my question.

If i start to insert a ton of data into the database, at what point could I overload the database?

XXX Querys a hour/second?
Database reaches XXX size?

I know this will depend on the users machine also, but its not going out to a wide user base, more like 10 people.
AnswerRe: SQL Server Express - How many querys per a second can it handle? Pin
Ashfield5-Nov-08 21:16
Ashfield5-Nov-08 21:16 
QuestionNot Getting Data Back From Stored Proc Call Pin
Kevin Marois5-Nov-08 10:28
professionalKevin Marois5-Nov-08 10:28 
AnswerRe: Not Getting Data Back From Stored Proc Call Pin
KaptinKrunch5-Nov-08 10:42
KaptinKrunch5-Nov-08 10:42 
AnswerRe: Not Getting Data Back From Stored Proc Call Pin
Ashfield5-Nov-08 21:26
Ashfield5-Nov-08 21:26 
Questionwaiting for multiple threads Pin
invictus35-Nov-08 10:24
invictus35-Nov-08 10:24 
AnswerRe: waiting for multiple threads Pin
Nicholas Butler5-Nov-08 11:35
sitebuilderNicholas Butler5-Nov-08 11:35 
QuestionAccessing a static variable Pin
Member 41431915-Nov-08 8:46
Member 41431915-Nov-08 8:46 
AnswerRe: Accessing a static variable Pin
User 66585-Nov-08 9:41
User 66585-Nov-08 9:41 
GeneralRe: Accessing a static variable Pin
Member 41431915-Nov-08 10:25
Member 41431915-Nov-08 10:25 
QuestionHow to compare custom objects in a Dictionary<> Pin
ret76795-Nov-08 8:24
ret76795-Nov-08 8:24 
AnswerRe: How to compare custom objects in a Dictionary<> Pin
User 66585-Nov-08 9:50
User 66585-Nov-08 9:50 
GeneralRe: How to compare custom objects in a Dictionary<> Pin
ret76796-Nov-08 5:27
ret76796-Nov-08 5:27 
GeneralRe: How to compare custom objects in a Dictionary<> Pin
User 66586-Nov-08 10:25
User 66586-Nov-08 10:25 
Questiondeleting data from a database Pin
postonoh5-Nov-08 7:25
postonoh5-Nov-08 7:25 
QuestionRe: deleting data from a database Pin
Le centriste5-Nov-08 8:33
Le centriste5-Nov-08 8:33 
GeneralRe: deleting data from a database Pin
Guffa5-Nov-08 9:17
Guffa5-Nov-08 9:17 
GeneralRe: deleting data from a database Pin
Le centriste5-Nov-08 9:35
Le centriste5-Nov-08 9:35 

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.