Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Server security
Message
From
09/10/2012 16:54:33
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2008
Miscellaneous
Thread ID:
01554584
Message ID:
01554585
Views:
56
They use a single account to access SQL Server. Everyone logs in to the database with the same username. It's stored as part of the connection string or built dynamicly. (Commonly called application-specifc login)

The other way is for each user to have their own user name to SQL Server. This can be an Active Directory account or a SQL Server account. Typically, users are then placed in a group and the group is give access rather than each individual account.


>I have received an email from a customer IT on the subject of setting up user access to SQL Database for my VFP application.
>The following line in the message, especially the user of 'granular' is new to me.
>
>With other apps such as this we have used one account to authenticate to the db if auditing is not granular
>
>Could anybody explain what you think it means? TIA.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform