Prevent user access through Query Analyzer etc.

kalinkalin 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

  • ara3nara3n Member Posts: 9,256
    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
  • kalinkalin 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.
  • ara3nara3n Member Posts: 9,256
    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
Sign In or Register to comment.