Click here to Skip to main content
15,888,340 members
Home / Discussions / Database
   

Database

 
GeneralInsert Record into Database. What is wrong? Urgent. Thank You. Pin
shapper30-Jun-05 10:49
shapper30-Jun-05 10:49 
GeneralSelect command won't work after Insert command in stored procedure Pin
jchsiung230-Jun-05 10:15
jchsiung230-Jun-05 10:15 
GeneralRe: Select command won't work after Insert command in stored procedure Pin
Scott Serl30-Jun-05 12:33
Scott Serl30-Jun-05 12:33 
GeneralRe: Select command won't work after Insert command in stored procedure Pin
jchsiung25-Jul-05 7:28
jchsiung25-Jul-05 7:28 
Generalproduct studio Pin
ziczaczoom200430-Jun-05 7:39
ziczaczoom200430-Jun-05 7:39 
GeneralMSDE slowing down Pin
Luis Alonso Ramos30-Jun-05 6:50
Luis Alonso Ramos30-Jun-05 6:50 
GeneralRe: MSDE slowing down Pin
Colin Angus Mackay30-Jun-05 7:10
Colin Angus Mackay30-Jun-05 7:10 
GeneralRe: MSDE slowing down Pin
Luis Alonso Ramos30-Jun-05 7:29
Luis Alonso Ramos30-Jun-05 7:29 
Colin Angus Mackay wrote:
Are you ensuring you are closing the connections properly?

Well, I suppose so.

Colin Angus Mackay wrote:
Are you opening connections from more than one process? (possibly even multiple connections within the same process?)

No, just one process per client machine is using the database, and nobody else. Actually I started the development with one global connection opened in Main at startup... and later changed it to using(SqlConnection conn = new SqlConnection(...)) for all new code. So, at most there should be two connections open by process, and most of the time only one. And for three clients, that's only 6 connections at the very most.

What puzzles me is that it started happening suddenly, and not progressively as one would expect with this kind of performance problems.

-- LuisR



Luis Alonso Ramos
Intelectix - Chihuahua, Mexico

Not much here: My CP Blog!

GeneralReplication Pin
skrishnasarma29-Jun-05 23:28
skrishnasarma29-Jun-05 23:28 
GeneralRe: Replication Pin
StylezHouse30-Jun-05 2:53
StylezHouse30-Jun-05 2:53 
GeneralUnsigned numbers Pin
Jack Puppy29-Jun-05 11:44
Jack Puppy29-Jun-05 11:44 
GeneralRe: Unsigned numbers Pin
toxcct30-Jun-05 6:25
toxcct30-Jun-05 6:25 
GeneralArchitecture question Pin
klenne29-Jun-05 1:37
klenne29-Jun-05 1:37 
GeneralRe: Architecture question Pin
StylezHouse29-Jun-05 2:25
StylezHouse29-Jun-05 2:25 
GeneralRe: Architecture question Pin
Mattias Olgerfelt29-Jun-05 4:45
Mattias Olgerfelt29-Jun-05 4:45 
GeneralRe: Architecture question Pin
toxcct30-Jun-05 6:32
toxcct30-Jun-05 6:32 
GeneralT-SQL Pin
98022829-Jun-05 1:20
suss98022829-Jun-05 1:20 
GeneralRe: T-SQL Pin
StylezHouse29-Jun-05 2:30
StylezHouse29-Jun-05 2:30 
GeneralRe: T-SQL Pin
Alsvha29-Jun-05 4:04
Alsvha29-Jun-05 4:04 
GeneralRe: T-SQL Pin
Colin Angus Mackay29-Jun-05 4:54
Colin Angus Mackay29-Jun-05 4:54 
GeneralRe: T-SQL Pin
Alsvha29-Jun-05 21:29
Alsvha29-Jun-05 21:29 
GeneralRe: T-SQL Pin
Mattias Olgerfelt29-Jun-05 4:47
Mattias Olgerfelt29-Jun-05 4:47 
GeneralUnicode problem Pin
WDI29-Jun-05 1:19
WDI29-Jun-05 1:19 
GeneralRe: Unicode problem Pin
Mattias Olgerfelt29-Jun-05 4:49
Mattias Olgerfelt29-Jun-05 4:49 
QuestionAll character from column not getting! Any setting should i change? Pin
under281128-Jun-05 19:23
under281128-Jun-05 19:23 

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.