Re: sql express 2005 security
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Sun, 25 Nov 2007 23:26:11 +0000 (UTC)
Ming (stm@xxxxxxxxxxxxxxxxx) writes:
I can't get your meaning...?!
Since my application will run on a standalone machine, I can't force
user to login using specific username.
If they can login, they can view the data, right?
Also, how could I distribute the application to client with a predefine
Windows a/c?
Cna you tell me more about them?
With Windows authentication, you don't include UserID and Password in
the connection strint, instead you have:
Integrated Security=SSPI;
All that is needed to make sure that the user has access to the server
and database.
And, yes, this means that the user will be able to connect to the database
by other means to view the data. But that is nothing you can prevent anyway.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- Follow-Ups:
- Re: sql express 2005 security
- From: bass_player [SBS-MVP]
- Re: sql express 2005 security
- References:
- sql express 2005 security
- From: Ming
- Re: sql express 2005 security
- From: Ming
- sql express 2005 security
- Prev by Date: Re: sql express 2005 security
- Next by Date: Re: sql express 2005 security
- Previous by thread: Re: sql express 2005 security
- Next by thread: Re: sql express 2005 security
- Index(es):
Relevant Pages
|
|