Re: ISV Using SQL Authentication - a login concern
From: dev (anonymous_at_discussions.microsoft.com)
Date: 05/26/04
- Next message: Geoff N. Hiten: "Re: ISV Using SQL Authentication - a login concern"
- Previous message: Russell Fields: "Re: Table with no owner"
- In reply to: Jasper Smith: "Re: ISV Using SQL Authentication - a login concern"
- Next in thread: Geoff N. Hiten: "Re: ISV Using SQL Authentication - a login concern"
- Reply: Geoff N. Hiten: "Re: ISV Using SQL Authentication - a login concern"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 26 May 2004 11:11:10 -0700
Thanks Geoff and Jasper for your valuable time. See here me out:
1> My app will talk to database always as 1 fixed user. So though I said sa as user, I do plan to do the following for security reasons:
-assign a password to sa
-create a new custom login called something like MyAppUser
-assign a password to MyAppUser
-map MyAppUser to dbo user for my database (I will have only 1 custom database)
2> Now, I was thinking I will assign MyAppUser to sysadmin role but you don't recommend it. So if I don't do it, will backup/restore/attach/detach options work fine with MyAppUser logged in.
-Will multiple clients using my app (which will always login as MyAppUser) be able to login at the same time (from their own machines and database on a central machine).
waiting for your comments. I know I will not get auditing features etc with just one user but that's they way I am required to do to keep everything as simple as possible.
Thanks
- Next message: Geoff N. Hiten: "Re: ISV Using SQL Authentication - a login concern"
- Previous message: Russell Fields: "Re: Table with no owner"
- In reply to: Jasper Smith: "Re: ISV Using SQL Authentication - a login concern"
- Next in thread: Geoff N. Hiten: "Re: ISV Using SQL Authentication - a login concern"
- Reply: Geoff N. Hiten: "Re: ISV Using SQL Authentication - a login concern"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|