Hello,
I wonder if it is possible to prevent users from connecting directly to the DB server (eg: in a program - or worse - via the SQL server management studio itself).
They must be able to connect via Navision though
Only special roles / logins should be able to execute / select on the DB server itself
All other users should have only 1 option: their Navision client...
Thanks,
Jan
Comments
In SQL, you just need to give them public rights to the DB.
If you have a user that needs to import objects (tables!!!), that user needs to have dbowner in that DB.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
If that is not sufficient enough you might create a SQL Server site Trigger for LOGON, e.g. checking on the Application Name or something. But take care: if you are nor familiar with such SQL programming DON'T DO IT, else you might screw up your system!
NAV/SQL Performance Optimization & Troubleshooting
STRYK System Improvement
The Blog - The Book - The Tool