Exporting From DB to Excel

From SDU
Jump to: navigation, search
To make corrections or additions to this article, select the edit tab above.
To discuss or ask questions about this article, select the discussion tab above.

Overview

This article contains the procedures for importing data from the Service Desk to an MS Excel file. Please note that these procedures extract data directly from the MDB (Service Desk database) via simple query through a data source.

WARNING: Continuous running of such queries that run long or return too much data can cause performance issues to users logged on and working on the application.

Procedures

  1. Open a new clean Excel file
  2. Go to Data -> Import External Data -> New Database Query
  3. Select the fields you need and run the query (link tables if you have to)
  4. Export to Excel and save the file (If you already have the query somewhere, just follow the steps and instead of selecting the fields, you simply paste your query and run it then save the results to an excel spreadsheet)

Next time you want to run the same query to get the updated data, you simply do the following:

  1. Open the Excel file from the previous steps
  2. Go to Data -> Refresh Data (This will run the query and return the new data to the spreadsheet)