Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
qjam
Starting Member
19 Posts |
Posted - 2006-05-16 : 02:06:40
|
Hi all,I've got two applications which both have a database on my MS SQL 2000 server. The problem is, one application must use Windows Integrated Authentication (which it is currently using and cannot be changed) whilst the other application which I'm trying to configure must use a SQL password.Since the server has already been configured to use Windows Integrated Authentication for the existing database and application, how do I configure the other database to use the SQL password?Thanks. |
|
jen
Master Smack Fu Yak Hacker
4110 Posts |
Posted - 2006-05-16 : 02:43:30
|
you use mixed mode authentication - under server properties, securitywhatever settings you made for windows authentication will not be modified and you can create a new sql login for your other databaseHTH--------------------keeping it simple... |
 |
|
qjam
Starting Member
19 Posts |
Posted - 2006-05-16 : 03:19:41
|
Thanks Jen,You're a great help once again. |
 |
|
|
|
|