sql browser tool user guide - cyberdefenses inc....4 configuration options the only configuration is...

6
SQL Read Only Browser Tool User Guide www.CyberDefenses.com

Upload: others

Post on 15-Apr-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: SQL Browser Tool User Guide - CyberDefenses Inc....4 CONFIGURATION OPTIONS The only configuration is the sql statements used to get the list of all the tables in a given database

SQL Read Only Browser Tool User Guide

www.CyberDefenses.com

Page 2: SQL Browser Tool User Guide - CyberDefenses Inc....4 CONFIGURATION OPTIONS The only configuration is the sql statements used to get the list of all the tables in a given database

2

Table of Contents REASON TO DEPLOY ....................................................................................................................................... 3

CONFIGURATION OPTIONS ............................................................................................................................ 4

HOW TO USE ................................................................................................................................................. 5

SQL READ ONLY BROWSER TOOL

Page 3: SQL Browser Tool User Guide - CyberDefenses Inc....4 CONFIGURATION OPTIONS The only configuration is the sql statements used to get the list of all the tables in a given database

3

REASON TO DEPLOY Run any select statement to get data from the IdentityIQ database, plugin database or any JDBC application. Sometimes you need read only access to the database to validate or troubleshoot issues. For JDBC connectors you can validate the remote systems data and refine your query without needing a distinct sql developer tool. The JDBC connection is set to read only so updates are restricted. This is for administrators only.

SQL READ ONLY BROWSER TOOL

Page 4: SQL Browser Tool User Guide - CyberDefenses Inc....4 CONFIGURATION OPTIONS The only configuration is the sql statements used to get the list of all the tables in a given database

4

CONFIGURATION OPTIONS The only configuration is the sql statements used to get the list of all the tables in a given database.

SQL READ ONLY BROWSER TOOL

Page 5: SQL Browser Tool User Guide - CyberDefenses Inc....4 CONFIGURATION OPTIONS The only configuration is the sql statements used to get the list of all the tables in a given database

5

HOW TO USE Database Type: Tell the system the type of database you are using. We will use this input to run a query to display the tables you can select from. Max Returns: Because this is a webpage, we need to quickly return results and not keep an open database session. Tell us how many records you want to return, we will not return more than 1,000 records Max char in column: To make it easier to display, if you have a lot of data, such as the spt_identity table. We will truncate the column results to the number of char you specify. If the results have been truncated, you will see 3 dots. Data Source: Will always show IIQ that is the local database where IIQ is running. Plugin is the database, if configured, that all plugins use. Any application that is of type JDBC will show with the application Name. All Tables: Will show the tables we can see. You can still query any table your account has access even if they don’t show in the list. If you select a table, it will update the query screen.

SQL READ ONLY BROWSER TOOL

Page 6: SQL Browser Tool User Guide - CyberDefenses Inc....4 CONFIGURATION OPTIONS The only configuration is the sql statements used to get the list of all the tables in a given database

6

Query screen: You can set any query, including joins that you need, to get the data you want. Run Query will put the results to the screen. Export to CSV will create a CSV file and return that to the browser. Result Panel

The column row is not a real column, it is used to help you understand the results. If there was more content, than could be returned due to the Max Return restriction, this will display true.

SQL READ ONLY BROWSER TOOL