It was highly discouraged in SQL Server 2000 since it is not very secure.
Arnie Rowland, Ph.D.
Most good judgment comes from experience.
Most experience comes from bad judgment.
"Vayse" <vayse@deadspam.com> wrote in message
news:OZ3TCVI7GHA.3620@TK2MSFTNGP04.phx.gbl...
> Thanks.
> When I was checking the help on enabling mixed mode login, I noticed that
> Microsoft recommends against it. It doesn't give a reason.
> Have you any idea why this is?
>
>
> "Hilary Cotter" <hilary.cotter@gmail.com> wrote in message
> news:ebIqUb46GHA.2248@TK2MSFTNGP04.phx.gbl...
>> You would probably want three different sql user accounts as it is easy
>> to detect the login on the application and use a different view to
>> present the data.
>>
>> --
>> Hilary Cotter
>> Director of Text Mining and Database Strategy
>> RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
>>
>> This posting is my own and doesn't necessarily represent RelevantNoise's
>> positions, strategies or opinions.
>>
>> Looking for a SQL Server replication book?
>>
http://www.nwsu.com/0974973602.html >>
>> Looking for a FAQ on Indexing Services/SQL FTS
>>
http://www.indexserverfaq.com >>
>>
>>
>> "Vayse" <vayse@deadspam.com> wrote in message
>> news:uCHgT336GHA.4620@TK2MSFTNGP02.phx.gbl...
>>> Hi
>>> I am in the process of writing some SQL based reports.
>>> The will be around 3 groups of reports. The setup will be
>>> Group 1 will be viewable by all staff.
>>> Group 2 will be viewable by managers, and above. Some accounts staff
>>> may also require access.
>>> Group 3 will be only viewable by the board of directors
>>> More than likely, the reports will be distributed as 3 separate
>>> applications.
>>>
>>> These reports will be used in my company only. I don't know much about
>>> SQL security, so I'm looking for some advice.
>>> I see two ways of doing this:
>>> 1) Set up 3 users in SQL Server - Group1User, Group2User, Group3User.
>>> When the application launches, have the user enter a password for the
>>> application.
>>> The App then logs into SQL Server, using the GroupXUser logon.
>>>
>>> 2) Set up each user in SQL Server. While I can use a Windows group for
>>> the Group 1 reports, I will need to specify individual users for the
>>> Group 2 reports.
>>>
>>> So I'd like some advice about which method I should choose.
>>>
>>> Thanks
>>> Vayse
>>>
>>>
>>
>>
>
>