Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3229276
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T16:47:31+00:00 2026-05-17T16:47:31+00:00

We have several SQL Server databases containing measurements from generators that we build. However,

  • 0

We have several SQL Server databases containing measurements from generators that we build. However, this useful data is only accessible to a few engineers since most are unfamiliar with SQL (including me). Are there any tools would allow an engineer to extract chosen subsets of the data in order to analyze it in Excel or another environment? The ideal tool would

  1. protect the database from any accidental changes,
  2. require no SQL knowledge to extract data,
  3. be very easy to use, for example with a GUI to select fields and the chosen time range,
  4. allow export of the data values into a file that could be read by Excel,
  5. require no participation/input from the database manager for the extraction task to run, and
  6. be easy for a newbie database manager to set up.

Thanks for any recommendations or suggestions.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T16:47:32+00:00Added an answer on May 17, 2026 at 4:47 pm

    First off, I would never let users run their own queries on a production machine. They could run table scans or some other performance killer all day.

    We have a similar situation, and we generally create custom stored procedures for the users to “call”, and only allow access to a backup server running “almost live” data.

    Our users are familiar with excel, so I create a stored procedure with ample parameters for filtering/customizations and they can easily call it by using something like:

    EXEC YourProcedureName '01/01/2010','12/31/2010','Y',null,1234
    

    I document exactly what the parameters do, and they generally are good to go from there.

    To set up a excel query you’ll need to set up the data sources on the user’s PC (control panel – data sources- odbc), which will vary slightly depending on your version of windows.

    From in excel, you need to set up the “query”, which is just the EXEC command from above. Depending on the version of Excel, it should be something like: menu – data – import external data – new database query. Then chose the data source, connect, skip the table diagram maker and enter the above SQL. Also, don’t try to make one procedure do everything, make different ones based on what they do.

    Once the data is on the excel sheet, our users pull it to other sheets and manipulate it at will.

    Some users are a little advanced and “try” to write their own SQL, but that is a pain. I end up debugging and fixing their incorrect queries. Also, once you do correct the query, they always tinker with it and break it again. using a stored procedure means that they can’t change it, and I can put it with our other procedures in the source code repository.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a ~23000 line SQL dump containing several databases worth of data. I
We have several SQL Server 2000 databases (I know, we need to upgrade) that
We have several systems with Oracle (A) and SQL Server (B) databases on backend.
At work, we have several applications with databases in a centralized SQL server. Whenever
I have several instances where that a section of legacy sql statements is based
I have two databases: Oracle 10G and SQL Server 2000. Inside the Oracle database,
I have a long running query that returns a large data set. This query
I have a SQL Mobile database with one table. It has several columns with
While trying to use LINQ to SQL I encountered several problems. I have table
Strange performance outcome, I have a LINQ to SQL query which uses several let

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.