Re: question ... query and filtering

From: Andy_HR (andy_no_spam_at_xnet.hr)
Date: 04/05/04


Date: Mon, 5 Apr 2004 09:49:19 +0200


"MGFoster" <me@privacy.com> wrote in message
> If the data is stored on SQL Server you can create user accounts on SQL
> Server. Open Enterprise Manager and look at the Security node under the
> database tree. Set up SQL Server to use NT logon info and set your
> Connection string to include the parameter "Trusted_Connection=Yes" (and
> remove any Pwd=???;UID=??? parameters). Use the User_Name() or
> User_ID() functions to get the name/id of current-session user. Don't
> allow any user direct access to tables. Use database Roles to assign
> access thru Views. Consider using SQL'r temp tables thru stored
> procedures instead of local make-table queries.
>
> Read the Access security FAQ whitepaper for general info on applying
> security to databases:
>
> http://support.microsoft.com/default.aspx?scid=kb;en-us;165009&Product=acc
>

i would but for now i cant... it will be possible in 2 months but for now..
it is not.. becouse some users are running under guest account.. and the
complete network is going to be built from the scratch.. so i have to use
this way off doing it...

-
andy

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.650 / Virus Database: 416 - Release Date: 04.04.2004


Relevant Pages

  • Re: SQL or Access DB
    ... As far as encryption goes though... ... with Sql Server you can use SQL DMO and encrypt your stored procedures ... installation - Security was absolutely critical and in most instances, ... > then we create a nice gui around this database and sell it to automotive ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Cryptography in SQL Server 2000
    ... SQL Server 2000 Out-of-the-Box database security solution. ... database protection and privacy software is an industry-proven ...
    (microsoft.public.sqlserver.security)
  • Re: SQL or Access DB
    ... i am aware of the security modell of SQL server (we do use SQL server ... an end user,,, there is not reall alternative as a worgroup Access database ... MSDE and SQL express are all free ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Cryptography in SQL Server 2000
    ... A company is vulnerable when its security ... > database encryption solution with protected key-management software ... > tested by the SQL Server Test Lab. ...
    (microsoft.public.sqlserver.security)
  • Re: Trusted connections??
    ... implement role or user based security at the SQL Server. ... If the ASP.Net app controls what the user can request of the database then I ... I implement user authentication at the application and the application ...
    (microsoft.public.dotnet.framework.aspnet)