Re: sql express 2005 security
- From: Ben Nevarez <BenNevarez@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 25 Nov 2007 13:40:00 -0800
Ming,
You do not need to use a specific or predefined Windows username. You can
use any Windows user you want. You just need to give this user the required
permissions on the database.
Regarding your question about "If they can login, they can view the data",
only the user who has been given permissions to the database will be able to
see the data.
Of course somebody will need to consider who else has access to that
computer, as maybe, if they have the permissions on Windows (not SQL Server),
they can still copy the database files, read backup files, etc.
Hope this helps,
Ben Nevarez
Senior Database Administrator
AIG SunAmerica
"Ming" wrote:
Hi Ben,.
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?
Thanks.
"Ben Nevarez" <BenNevarez@xxxxxxxxxxxxxxxxxxxxxxxxx> ¼¶¼g©ó¶l¥ó·s»D:02FE3BCB-EBA9-4F1E-ACBA-0C90031EA0D0@xxxxxxxxxxxxxxxx
Ming,
You can use Windows authentication instead, and connect using a Windows
domain or local account. You will not need to provide a username or
password.
Hope this helps,
Ben Nevarez
Senior Database Administrator
AIG SunAmerica
"Ming" wrote:
Hi All,
I'm going to implement a standalone solution to my company's partners,
which
is a VB.NET application with some $$ calculations.
Some rate data are sensitive and we choose to use sql server express 2005
as
local database engine.
My concern is that, how can I protect my id & password to access sql
express?
At least I need to code it inside VB.NET SQLConnection in order to access
the rate, and the code in VB.NET could be reversable, I afraid if someone
can hack into the code and discover the login credential.
Is there a way to prevent it?
Thanks.
- Follow-Ups:
- Re: sql express 2005 security
- From: Ming
- 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: SQL 2008 AES support
- 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
|