ISV using SQL Authentication and a small concern
From: dev (anonymous_at_discussions.microsoft.com)
Date: 05/26/04
- Next message: Andrea Montanari: "Re: MSDE newbie question: connection strings"
- Previous message: Williams: "MSDE with Borland BDE"
- Next in thread: Allcomp: "Re: ISV using SQL Authentication and a small concern"
- Reply: Allcomp: "Re: ISV using SQL Authentication and a small concern"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 26 May 2004 07:31:04 -0700
Hi,
I am an independent software vendor and my app will be deployed on users machine, it will use msde for db needs on clients machine. I am using sql authentication and my app will be connecting to the database using a fixed username and password always, for e.g. sa as user and "myPassword$2" as password. (I know I know that this is not 100% great, but we want to keep things very very simple but dont want windows authentication)
Now, please imagine this situation:
a) small office environment
b) My app installed on three machines.
c) database on 4th machine
d) all 3 users running my app on their individual machines and talking to db.
my concern is, will this scenario work, I mean no matter who the user is, my app logs into msde using sa and "myPassword$2", so will MSDE allow 3 users with same logins to access database at the same time.
Looking forward to hearing from you..
Thanks
- Next message: Andrea Montanari: "Re: MSDE newbie question: connection strings"
- Previous message: Williams: "MSDE with Borland BDE"
- Next in thread: Allcomp: "Re: ISV using SQL Authentication and a small concern"
- Reply: Allcomp: "Re: ISV using SQL Authentication and a small concern"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|