Changing to mixed mode
From: mike wade (michael.wade1@btinternet.com)
Date: 08/09/02
- Next message: Tai Yee [MS]: "Re: SQL2K and AS2K SP3"
- Previous message: lindawie: "Re: Audit trails for changed records"
- In reply to: Richard: "Changing to mixed mode"
- Next in thread: Mattias Asplund: "Re: Changing to mixed mode"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "mike wade" <michael.wade1@btinternet.com> Date: Fri, 9 Aug 2002 08:24:50 -0700
Im probably not answering your question as such, but if
you force all data access through stored procedures and do
not grant the users permissions to the tables then you
shouldnt have the problem of users trying to access the
data directly, so problem solved.
It is also good practice to have all access through SP s
anyway because this insulates the client applications from
structural changes in the database.
>-----Original Message-----
>Hi,
>
>We have an SQL 2000 server on a domain and are producing
some ASP
>applications (residing on a windows 2000 server running
IIS5) which
>access data in a number of different databases. The SQL
server is
>currently set for windows authentication only. We want
to allow
>groups of domain users to use the application to get data
from the SQL
>server but do not want them to have any other way of
connecting to the
>data (eg ODBC). This is because the ASP application/s
need to filter
>the data in certain tables depending on who the user is.
>
>So we are discussing moving over to mixed authentication
and letting
>the applications connect to the SQL server using an SQL
account/s.
>
>I just need to know if there are any security
inplications of doing
>things this way.
>
>Thank you in advance
>
>Richard
>.
>
- Next message: Tai Yee [MS]: "Re: SQL2K and AS2K SP3"
- Previous message: lindawie: "Re: Audit trails for changed records"
- In reply to: Richard: "Changing to mixed mode"
- Next in thread: Mattias Asplund: "Re: Changing to mixed mode"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|