Click here to Skip to main content
15,913,758 members
Home / Discussions / Database
   

Database

 
AnswerRe: Syntax question: Multiple Inner Joins Pin
Kschuler8-Jun-06 6:29
Kschuler8-Jun-06 6:29 
GeneralRe: Syntax question: Multiple Inner Joins Pin
leckey8-Jun-06 6:38
leckey8-Jun-06 6:38 
GeneralRe: Syntax question: Multiple Inner Joins Pin
Kschuler8-Jun-06 6:42
Kschuler8-Jun-06 6:42 
AnswerRe: Syntax question: Multiple Inner Joins Pin
Scott Serl8-Jun-06 8:48
Scott Serl8-Jun-06 8:48 
QuestionSQL2000 SP4 Disaster! Pin
MatthysDT8-Jun-06 3:29
MatthysDT8-Jun-06 3:29 
AnswerRe: SQL2000 SP4 Disaster! Pin
Colin Angus Mackay8-Jun-06 4:37
Colin Angus Mackay8-Jun-06 4:37 
GeneralRe: SQL2000 SP4 Disaster! Pin
MatthysDT8-Jun-06 5:09
MatthysDT8-Jun-06 5:09 
QuestionSQL Connection Pin
nitin_ion8-Jun-06 1:42
nitin_ion8-Jun-06 1:42 
I have a function which is interacting with SQL.
In the function i am opening the connection and closing it in the finally block.

When i execute that function it opens a connection with SQL that's fine.

Now if i call that functuion say 10 times 10 connections will be opened to SQL which is correct, but that should not be. Soon the SQL pool size will be filled and application(APS.Net) will get timeout exception.

That function will be used a lot of time in the application.

Is there a way that i can use a single connection to SQL for that application

Cause the problem that we are facing is that pool gets filled in a couple of hours and why the connection is not destroyed once i close it in FINALLY block.

Any help will be welcomed.
AnswerRe: SQL Connection Pin
Paul Brower8-Jun-06 1:48
Paul Brower8-Jun-06 1:48 
GeneralRe: SQL Connection Pin
nitin_ion8-Jun-06 1:52
nitin_ion8-Jun-06 1:52 
AnswerRe: SQL Connection Pin
SeMartens8-Jun-06 1:50
SeMartens8-Jun-06 1:50 
AnswerRe: SQL Connection Pin
Colin Angus Mackay8-Jun-06 4:33
Colin Angus Mackay8-Jun-06 4:33 
AnswerRe: SQL Connection [modified] Pin
Rob Graham8-Jun-06 5:03
Rob Graham8-Jun-06 5:03 
GeneralRe: SQL Connection [modified] Pin
nitin_ion8-Jun-06 17:36
nitin_ion8-Jun-06 17:36 
GeneralRe: SQL Connection Pin
Rob Graham9-Jun-06 5:23
Rob Graham9-Jun-06 5:23 
GeneralRe: SQL Connection Pin
nitin_ion9-Jun-06 17:53
nitin_ion9-Jun-06 17:53 
Questionoptimize this query Pin
smita_roy8-Jun-06 0:18
smita_roy8-Jun-06 0:18 
AnswerRe: optimize this query Pin
albCode8-Jun-06 0:50
albCode8-Jun-06 0:50 
GeneralRe: optimize this query Pin
smita_roy8-Jun-06 0:51
smita_roy8-Jun-06 0:51 
GeneralRe: optimize this query Pin
Colin Angus Mackay8-Jun-06 1:02
Colin Angus Mackay8-Jun-06 1:02 
GeneralRe: optimize this query Pin
smita_roy8-Jun-06 1:25
smita_roy8-Jun-06 1:25 
AnswerRe: optimize this query Pin
Chris Meech8-Jun-06 3:43
Chris Meech8-Jun-06 3:43 
AnswerRe: optimize this query Pin
Stephan Samuel8-Jun-06 11:09
Stephan Samuel8-Jun-06 11:09 
QuestionCreate sql server users and groups using SQL statement Pin
miceisland7-Jun-06 19:56
miceisland7-Jun-06 19:56 
AnswerRe: Create sql server users and groups using SQL statement Pin
Colin Angus Mackay7-Jun-06 22:20
Colin Angus Mackay7-Jun-06 22:20 

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.