Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NT Authentification vs SQL logins
Message
From
18/05/2002 11:50:23
 
 
General information
Forum:
Microsoft SQL Server
Category:
Security
Miscellaneous
Thread ID:
00657968
Message ID:
00658574
Views:
34
>I only have one beef with app roles: you can't disengage it once it's been engaged. The app role is engaged until the connection is closed. The connection may or may not be close when you destroy the connection object, depending on whether connection pooling is enabled. If connection pooling is enabled, the connection will be returned to the pool where it will either expire and be closed or handed out the next time that a connection is requested.
>
>If the connection is reused, the app role will still be engaged.
>
>Cute eh?
>
>-Mike

Hmm... I didn't know this. Then again, I never tried to, or had a reason to STOP using the app role.

Are you saying the app role is still used even if another client is given pooled connection?

Where is the connection pooler? If each client has a connection, how are they pooled?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform