Re: MSDE does not work for XP power user
- From: "Norman Yuan" <FakeName@xxxxxxxxxxxxx>
- Date: Mon, 21 Jan 2008 07:15:59 -0700
"Peter Hase" <spam_sucks_@xxxxxxx> wrote in message news:1jq8p35pq3p1usq5inbvv8baqoct2em2kk@xxxxxxxxxx
Hi,
thanks for your response.
SQL Server/MSDE is a complicated server software, not something you can do
double-clicking installing and using. You need a lot of knowledge/skill to
set it up properly before using it.
yes, but maybe I've been a bit misunderstood. In the LAN environment
the security is set to 'SQL Server security' and the default user's
'sa' login is used (as MS has recommended in former times -> btw, data
security is not a main task for this application).
That's what I mean as I wrote "loginmode = sqlserver".
This will be provided by connectionstring data and works as I've
mentioned.
The same(?) configuration does not work on a local machine what looks
weird for me, but I'm not sure wheather it's really identically
because the costumer did this 'deployment' on his own.
If your MSDE is SQL Server2000 SP3 or later, "sa" account cannot be used by default installation (i.e. SQL Server's mixed mode is not enabled). You need to explicitly enable it during installation or after installation, until then, the "sa" user name and password cannot be used to connect to SQL Server MSDE.
You could use Enterprise Manager, SSMS/Express... to check/enable mixed security mode. Or look into registry to determine if mixed mode is enabled. However, do not use "sa" for any reason in application level. If you enabled mixed mode, you can simply and easily create a SQL Server login and give it whatever user name/password. Using "sa" with application is well known bad practice, and there is absolutely no reason to use it.
Nevertheless you are right, it is a good approach to configure certain
user/roles with corresponding permission sets.
Peter
.
- Follow-Ups:
- Re: MSDE does not work for XP power user
- From: Riccardo Toia
- Re: MSDE does not work for XP power user
- References:
- Re: MSDE does not work for XP power user
- From: Norman Yuan
- Re: MSDE does not work for XP power user
- Prev by Date: Re: MSDE does not work for XP power user
- Next by Date: Re: MSDE does not work for XP power user
- Previous by thread: Re: MSDE does not work for XP power user
- Next by thread: Re: MSDE does not work for XP power user
- Index(es):
Relevant Pages
|
Loading