Maximum Number of Database Users and Roles
From: Barry (no_one_at_home.net)
Date: 03/10/04
- Next message: CC: "Is SQL required for 15 users"
- Previous message: Kevin3NF: "Re: replacing Access db with SQL Server db"
- Next in thread: Tibor Karaszi: "Re: Maximum Number of Database Users and Roles"
- Reply: Tibor Karaszi: "Re: Maximum Number of Database Users and Roles"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 10 Mar 2004 14:28:53 -0500
I unfortunately found out during a late night update that the maximum number
of security accounts for sql server is 16379
(http://support.microsoft.com/?id=303879).
I have a web site that I had/have to change the security model for which was
originally setup using a Windows Domain Group and users to access our sql
server database. We were using mangled url's to pass the username and
password to our site, which was fine, but recently, MS removed the ability
to mangle the url. Our customers want the ability to pass their users from
their site to our site seemlessly without any pop-up dialog (i.e. basic
auth). One of our clients have approximate 40,000 users that need to be
setup for the site. We are trying not to rewrite hundreds of stored procs
to add the username and password parms, so we are kinda in a bind.
How are you accessing your database using sql secrutiy accounts with > 16379
users? Each user has to have a unique login, and we would like to use a
built in security model, but we cannot use the Windows domain groups.
Thanks,
Barry
- Next message: CC: "Is SQL required for 15 users"
- Previous message: Kevin3NF: "Re: replacing Access db with SQL Server db"
- Next in thread: Tibor Karaszi: "Re: Maximum Number of Database Users and Roles"
- Reply: Tibor Karaszi: "Re: Maximum Number of Database Users and Roles"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|