Hi all,
Does anyone know of a Adhoc Query Tool that allows users to query a Navision SQL Server database?
The issue is to prevent users from logging into the database login with their windows authentication id.
The preferred method would be only to allow them to log in with a database server id.
Most adhoc query tools are meant for developers and not end users which allow logging into the database through both database id or windows authentication.
Does anyone know of a tool that only allows users to log in with a database server id?
Thanks.
0
Comments
Regardless of the login options the query tool gives the user, they can only use the ones granted to them.
Granting end users direct adhoc query access to a production accountign system is a very bad idea.
RIS Plus, LLC
This Layer takes a predefined database user-Account for the connection. The connection could be applied with a lower Isolation-Level(Dirty-Read). This prevents the ReportingComponent for creating or running into a DeadLock.
Standard Tools would be:
BusinessObjects
Cogons
MS-ReportingServices
MicroStrategy
But it is always better to build a own ReportingDatabase(DataMart) for reporting needs. Than nobody has a problem on the production system.
Regards
Martin
You still need to do some work by creating data templates, which are in effect SQL Views. Report Builder is an end user tool for ad hoc reporting. You can set the security and whatever level you want for groups or individual users.
The pros of this are that if you have at least a standard SQL2005 server all ready, Reporting Services and Report Builder come free.
The cons are that you have to effectively set up a layer of views for the end users to protect them from themselves!
Mr McGoo