Prevent user access through Query Analyzer etc.

kalin
kalin Member Posts: 7
edited 2009-05-31 in SQL General
Hi All !

I want to forbid users login to SQL Server with anything accept Navision Client.
I try to experimented with sp_$ndo$loginproc and database role but with no succcess. Any help?

Wojtek

Comments

  • ara3n
    ara3n Member Posts: 9,258
    if they have just public role, they won't be able to do anything with other software.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • kalin
    kalin Member Posts: 7
    ara3n wrote:
    if they have just public role, they won't be able to do anything with other software.

    Yes, but they would by able to do something with Navision data and skip all business logic implemented in NAV.
  • ara3n
    ara3n Member Posts: 9,258
    with public role, you cannot do SELECT, UPDATE, DELETE statements, so they cannot view or modify any data.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n