Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Login Assistance
Message
De
12/08/2002 09:17:02
 
 
À
09/08/2002 15:06:48
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Sécurité
Divers
Thread ID:
00688124
Message ID:
00688545
Vues:
27
I almost agree with Bob (I'm not a fan of application roles).

Most of the applications that I have worked on have implemented user security within the application through a user table which stores username and passwords. The connection to the SQL Server is made via a single login. This provides the best use of connection pooling and is most appropriate for web applications.

If you're writing a client/server application with a rich client that is doing all of the data access (your typical two-tier app), you might want to look into Windows Integrated security.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform