End User Ad-Hoc Reporting Tool: Microsoft SQL Server Management Studio or Microsoft Access? -


Our centralized IT department has suggested two primary ad hoc query tools for our general user base of approximately 200 staff members.

  • Microsoft SQL Server Management Studio 2008 (SSMS)

  • Microsoft Access 2003

  • environment

    • Backend database is the only Microsoft SQL Server 2005 database to read.

    • The schema is 400+ tables; Permission for access to raw data for our normal staff would be a disaster.

    • We will create an "abstract layer" on raw data to run immediate questions for our general staff.

    • The intangible layer can have the most possibilities.

    • Many users have basic knowledge in Microsoft Access; No one has used SSMS.

    Which of the above tools (or alternatives) would definitely be the best for the user base of non-technical approximately 200? What are the pros and cons of each?

    In addition to this, the IT department has suggested to teach T-SQL people so that they can use SSMS. is it fair?

    The correct approach to take with your "intangible layer" access is to connect an MDB with a basic view Required and distributes to users.

    Now how are you going to stop them from joining tables with a million records or more, I am not sure about it.


    Comments

    Popular posts from this blog

    c# - How to capture HTTP packet with SharpPcap -

    php - Multiple Select with Explode: only returns the word "Array" -

    jquery - SimpleModal Confirm fails to submit form -