Click here to Skip to main content
16,012,468 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to position to row in DataTable or DataView Pin
Bill Dean29-Sep-04 7:01
Bill Dean29-Sep-04 7:01 
Generalsaving/retrieving image data in MSDE Pin
LongRange.Shooter27-Sep-04 7:40
LongRange.Shooter27-Sep-04 7:40 
GeneralPartial answer Pin
Steven Campbell27-Sep-04 8:30
Steven Campbell27-Sep-04 8:30 
GeneralRe: urgent can any help me ? Pin
Mike Ellison27-Sep-04 18:26
Mike Ellison27-Sep-04 18:26 
GeneralRe: urgent can any help me ? Pin
Colin Angus Mackay29-Sep-04 7:02
Colin Angus Mackay29-Sep-04 7:02 
GeneralRe: urgent can any help me ? Pin
Mike Ellison29-Sep-04 7:10
Mike Ellison29-Sep-04 7:10 
Generaldatabinding a dataset / datarows / columns to a tablecontrol - please help Pin
sean123027-Sep-04 3:40
sean123027-Sep-04 3:40 
GeneralSQL server/ ADO.NET performance Pin
Paul Horstink27-Sep-04 0:47
Paul Horstink27-Sep-04 0:47 
I have an application (C#/ADO.NET) that collects alarms from equipment at around 100 sites, through concurrent TCP/IP listeners. Per day I receive about 1 million messages (~10/sec). I used to insert them directly into the destination table, but that would lock up the table so user access (read/reporting) was hardly possible. Now I insert the data in a intermediate table and upload it every 5 min. to the final table with SQl agent.
First of all, this doesn't look like an elegant solution. Furthermore, performance is still quite bad. Even though I have just this one DB/table, SQL-server uses up all available memory (1.5Gb out of 2Gb) and all available CPU, 24x7; I'm just wainting for a melt-down...
Anybody have any experience with this amount of transactions, and/or any suggestions?
Thanks.
GeneralRe: SQL server/ ADO.NET performance Pin
David Salter27-Sep-04 3:21
David Salter27-Sep-04 3:21 
Generalrow locking Pin
WinDotNet26-Sep-04 20:29
WinDotNet26-Sep-04 20:29 
GeneralParameterised Queries in VB6 Pin
David Wengier26-Sep-04 14:29
David Wengier26-Sep-04 14:29 
GeneralRe: Parameterised Queries in VB6 Pin
rmacfadyen26-Sep-04 15:10
rmacfadyen26-Sep-04 15:10 
GeneralRe: Parameterised Queries in VB6 Pin
David Wengier26-Sep-04 18:21
David Wengier26-Sep-04 18:21 
GeneralRe: Parameterised Queries in VB6 Pin
rmacfadyen26-Sep-04 19:24
rmacfadyen26-Sep-04 19:24 
GeneralDataTable question... Pin
Besinci26-Sep-04 7:32
Besinci26-Sep-04 7:32 
GeneralRe: DataTable question... Pin
Mike Ellison27-Sep-04 18:25
Mike Ellison27-Sep-04 18:25 
GeneralRe: DataTable question... Pin
Besinci28-Sep-04 6:22
Besinci28-Sep-04 6:22 
GeneralRe: DataTable question... Pin
Mike Ellison28-Sep-04 7:20
Mike Ellison28-Sep-04 7:20 
GeneralRe: DataTable question... Pin
Besinci28-Sep-04 7:29
Besinci28-Sep-04 7:29 
GeneralTrigger / Transaction problem Pin
mhmoud rawas25-Sep-04 22:22
mhmoud rawas25-Sep-04 22:22 
GeneralRe: Trigger / Transaction problem Pin
Bill Dean29-Sep-04 7:09
Bill Dean29-Sep-04 7:09 
QuestionRemote Data Access with MSDE? Pin
Utku KAYA24-Sep-04 23:38
Utku KAYA24-Sep-04 23:38 
GeneralDetermining DATETIME durations Pin
Den2Fly23-Sep-04 21:38
Den2Fly23-Sep-04 21:38 
GeneralRe: Determining DATETIME durations Pin
David Salter24-Sep-04 5:13
David Salter24-Sep-04 5:13 
GeneralRe: Determining DATETIME durations Pin
Den2Fly24-Sep-04 11:12
Den2Fly24-Sep-04 11:12 

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.