|
-
Nov 8th, 2005, 11:09 AM
#1
Thread Starter
Addicted Member
sql server's security mode
how to disable the windows authentication mode in sql server?
user must have a password to login to the server
is it possible to do that?
-
Nov 8th, 2005, 11:23 AM
#2
Lively Member
Re: sql server's security mode
When I had to do that I had to re-install SQL server2000.
Check out this site :
http://www.codeproject.com/database/ConfigureMSDE.asp
-
Nov 9th, 2005, 07:54 AM
#3
Fanatic Member
Re: sql server's security mode
If your server configuration is for Mixed Mode, then you should be able to have both Windows Authentication and SQL Server Authentication. If that's the case, then you can revoke access to the Windows logins and create the SQL Server logins that are to be used for connecting.
Chris
Master Of My Domain
Got A Question? Look Here First
-
Nov 18th, 2005, 12:12 PM
#4
Thread Starter
Addicted Member
Re: sql server's security mode
is it possible to make it even user logged in to windows, but must have a password to login to sql server?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|