Click here to Skip to main content
15,892,059 members
Home / Discussions / Database
   

Database

 
AnswerRe: Query for implementing the below? Pin
Ashfield25-Jun-08 21:14
Ashfield25-Jun-08 21:14 
GeneralRe: Query for implementing the below? Pin
Karan_TN26-Jun-08 19:28
Karan_TN26-Jun-08 19:28 
QuestionConnection String Security Concerns Pin
jchalfant25-Jun-08 6:00
jchalfant25-Jun-08 6:00 
AnswerRe: Connection String Security Concerns Pin
Alsvha25-Jun-08 22:00
Alsvha25-Jun-08 22:00 
GeneralRe: Connection String Security Concerns Pin
jchalfant26-Jun-08 2:01
jchalfant26-Jun-08 2:01 
AnswerRe: Connection String Security Concerns Pin
Ashfield25-Jun-08 23:55
Ashfield25-Jun-08 23:55 
GeneralRe: Connection String Security Concerns Pin
jchalfant26-Jun-08 2:13
jchalfant26-Jun-08 2:13 
AnswerRe: Connection String Security Concerns Pin
Andy Brummer26-Jun-08 10:38
sitebuilderAndy Brummer26-Jun-08 10:38 
Keep this in mind for your web apps. It doesn't apply to desktop apps because pooling is rarely an issue there.

Pool Fragmentation Due to Integrated Security

Connections are pooled according to the connection string plus the user identity. Therefore, if you use Basic authentication or Windows Authentication on the Web site and an integrated security login, you get one pool per user. Although this improves the performance of subsequent database requests for a single user, that user cannot take advantage of connections made by other users. It also results in at least one connection per user to the database server. This is a side effect of a particular Web application architecture that developers must weigh against security and auditing requirements.

http://msdn.microsoft.com/en-us/library/8xx3tyca.aspx[^]


I can imagine the sinking feeling one would have after ordering my book,
only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon



QuestionTrigger in SQL Server 2005 Pin
rrrriiizz25-Jun-08 2:32
rrrriiizz25-Jun-08 2:32 
AnswerRe: Trigger in SQL Server 2005 Pin
John_Adams25-Jun-08 2:48
John_Adams25-Jun-08 2:48 
GeneralRe: Trigger in SQL Server 2005 Pin
rrrriiizz30-Jun-08 19:09
rrrriiizz30-Jun-08 19:09 
AnswerRe: Trigger in SQL Server 2005 Pin
Ashfield25-Jun-08 2:48
Ashfield25-Jun-08 2:48 
GeneralRe: Trigger in SQL Server 2005 Pin
rrrriiizz30-Jun-08 19:13
rrrriiizz30-Jun-08 19:13 
Questionstored procedure Pin
harish.k1225-Jun-08 1:52
harish.k1225-Jun-08 1:52 
AnswerRe: stored procedure Pin
Colin Angus Mackay25-Jun-08 2:40
Colin Angus Mackay25-Jun-08 2:40 
GeneralRe: stored procedure Pin
Ashfield25-Jun-08 2:53
Ashfield25-Jun-08 2:53 
GeneralRe: stored procedure Pin
Colin Angus Mackay25-Jun-08 3:38
Colin Angus Mackay25-Jun-08 3:38 
GeneralRe: stored procedure Pin
Ashfield25-Jun-08 4:03
Ashfield25-Jun-08 4:03 
GeneralRe: stored procedure Pin
Colin Angus Mackay25-Jun-08 7:36
Colin Angus Mackay25-Jun-08 7:36 
GeneralRe: stored procedure Pin
Ashfield25-Jun-08 21:10
Ashfield25-Jun-08 21:10 
GeneralRe: stored procedure Pin
Colin Angus Mackay26-Jun-08 9:47
Colin Angus Mackay26-Jun-08 9:47 
GeneralRe: stored procedure Pin
Ashfield26-Jun-08 10:20
Ashfield26-Jun-08 10:20 
GeneralRe: stored procedure Pin
Colin Angus Mackay26-Jun-08 13:25
Colin Angus Mackay26-Jun-08 13:25 
GeneralRe: stored procedure Pin
Ashfield26-Jun-08 21:39
Ashfield26-Jun-08 21:39 
GeneralRe: stored procedure Pin
Colin Angus Mackay26-Jun-08 22:25
Colin Angus Mackay26-Jun-08 22:25 

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.