Database Master User Manual
|
|
|
- Hilary Carroll
- 10 years ago
- Views:
Transcription
1 Database Master User Manual Copyright by Nucleon Software Database Master is a product by Nucleon Software.
2 Table of Contents 1 Welcome to Database Master Supported Database Systems & Connections System Requirements Server Requirements Getting Started Project Management Creating a New Project Adding a New Database Connection Deleting an Existing Connection Project Explorer Database Explorer Tables and Table Manager Table Structure Editor Index Manager Trigger Manager Views and View Manager Stored Procedures and Procedure Manager SQL Query Editor Executing a script Output Window IntelliSense Code Scripts SQL Query Builder JSON Query Editor LINQ Query Editor Result Output Linq to Entity Framework Linq to DataSet Linq to XML Table Data View Data Visualizer Image Visualizer Text Visualizer Chart Visualizer Data Editor SQL Export Data Export General Options CSV Data Export Data Import Bulk SQL Import Copyright Nucleon Software Page 2
3 16.2 CSV Data Import CSV Import Options Data Search Engine And / Or Operators Query Fields and Values Text (String) Operators Mathematical Operators Date and Time Operators Full-Text Search Fuzzy Searching Reporting Data User Management Entity Relations and ER Modeling Host Information System Reports Code Factory Maintenance Data Package Export/Import Exporting Data Package Importing Data Package Options General Options List View Data Paging Counter Purchasing Further Help Bug Reports Feature Requests Copyright Nucleon Software Page 3
4 1 Welcome to Database Master Database Master is one of the most powerful and innovative database client software with a consistent, elegant, intuitive, and easy-to-use interface that simplifies designing, constructing, managing, editing, visualizing, querying and reporting relational (RDBMS) and schema-free (NoSQL) database management systems. Database Master provides database administrators, database developers, and other IT professionals with an easy access to all the databases in their organizations and is uniquely beneficial when you need to interact with multiple databases created at different times by different developers or applications. Database Master is a modern Microsoft Windows and.net-based desktop application that provides a development and management platform for Oracle, MongoDB, IBM DB2, IBM Informix, IBM Netezza, NuoDB, Ingres, MS SQL Server, MySQL, PostgreSQL, FireBird, EffiProz, dbase, FoxPro and SQLite database systems, and supports XML files. It also allows you to connect any database system via ODBC and OleDb connection technologies. Using Database Master you can create, edit and drop all database objects such as tables, views, procedures, collections, indexes and triggers. You can execute queries and LINQ, SQL and JSON scripts, view and edit data including BLOBs, represent tables and its relations as an ER diagram, export and import data to/from most popular file formats. Database Master also provides rich MongoDB features for you: Collection, Index, User and GridFS Manager, Map Reduce Editor, and Query Search Editor for the data search. It provides rich document views: Tree View, Table View and Advanced Table View. Database Master provides powerful features for: Software/Database Developers/Engineers/Architects o Develop database and database objects, show relations and more IT Professionals o Connect to multiple databases and more Database Administrators o Manage users and database objects and more Database Users o Query Database without any SQL knowledge and more 1.1 Supported Database Systems & Connections MongoDB or higher Oracle 11g, 10g, 9i, 8i and 8.0 Copyright Nucleon Software Page 4
5 NuoDB IBM DB2 IBM Informix IBM Netezza Ingres Database MS SQL Server 2005,2008 and 2012 (not 2000) MS SQL Azure MySQL 5 or higher PostgreSQL 8.1 or higher FireBird Database 1.5 or higher SQLite and EffiProz Database dbase, FoxPro and XML Files (XMLDB) ODBC and OleDb Connections 1.2 System Requirements Windows XP/Vista/Windows 7 (32/64 Bit) Windows Server 2003/2008 Min. 512 MB RAM.Net Framework Server Requirements IBM Data Client (If Required) IBM Informix Client (If Required) IBM Netezza ODBC Driver (If Required) NuoDB ODBC Driver (If Required) Copyright Nucleon Software Page 5
6 2 Getting Started To start working with databases in Database Master, you should first create a Project file which includes database connections. After creation a project file, you can connect to the database host. When you connect to the database host, Database Master will populate the databases and tables and will show you the Table Manager tab. To change the connected database; double-click a database then this database will become the current connected database. Database Master Main View The toolbar includes all important features and is divided into different sections, and changing the host connection will modify the toolbar. Copyright Nucleon Software Page 6
7 3 Project Management Database Master manages multiple database connections and SQL files in a project file. The project file extension is dmproj and has a custom icon. The project file is an encrypted and human un-readable file, which includes all database connections. The user has the option to save the database connection password into its project file. 3.1 Creating a New Project Project Setup Dialog To create a Project file, either uses the Project Selector dialog or the Project Explorer window. Copyright Nucleon Software Page 7
8 The Project Selector dialog will be only shown on Application start up. The Project Selector toolbar contains New Project, Edit Project and Open Project buttons. Using these buttons, you can create a new project, edit or open an existing project. The user must enter a project name and browse a project file; otherwise the OK button will not be enabled Adding a New Database Connection To create a new database connection, click the Add button. A connection dialog will be shown and a database engine (system) can be selected from the combo-box. After selecting a database engine, you will get the connection specific options. After filling the fields and testing the connection, click the OK button to save the connection. The dialog will be closed automatically. The following steps explain how to add a connection: Click the Add button and Connection dialog will appear. Select a host engine Fill the connection fields Click OK button Deleting an Existing Connection To delete a database (server) connection first select a connection in the connections list and press the Remove button in the Project Setup dialog. 3.2 Project Explorer The Project Explorer shows the database connections and SQL files. The Project Explorer allows you to create a new project, open or edit an existing one or connect to a database system. The following picture shows the project explorer: The Project Explorer window includes database connections and SQL files. The bottom part of the window shows the properties of the selected item. Copyright Nucleon Software Page 8
9 Copyright Nucleon Software Page 9
10 4 Database Explorer Database Explorer is the main part of Database Master which allows you to perform practically all necessary operations upon databases and database objects. The Database Explorer occupies the left hand side of Database Master s main window. All of the objects in the explorer tree are listed under the related server s database node. Copyright Nucleon Software Page 10
11 5 Tables and Table Manager Table Manager provides a useful, important and rich feature set to manage the table objects. The following figure shows the currently supported Table Manager features. Table Manager The following list describes the features of the Table Manager: New: Allows you to create new table object using Table Editor or SQL Editor. Edit: Allows you to edit an existing table structure. Drop: Deletes the existing table object from database. Refresh: Refreshes the table list. View Data: Views the table data. Advantage Data View: Views the table data with data visualizers on the right hand side. Columns: Shows the Column Manager dialog. Indexes: Shows the Index Manager dialog. Triggers: Shows the Trigger Manager dialog. Copy SQL Script: Copies the selected table as a SQL command. Truncate Table: Deletes the selected table data. View Report: Views the table report if applicable. Export As: Exports the selected table to the different file formats. Copy Table Structure/Data: Using this feature you can copy a table structure or its data or both. You can also specify a where clause like: id=12 and Name= Bob Copyright Nucleon Software Page 11
12 5.1.1 Table Structure Editor Table editor allows the user to create a new table or edit (alter) an existing table structure. Table Editor Dialog 5.2 Index Manager Database indexes are primarily used to enhance database performance. The key field(s) for the index is specified as a column name(s). Multiple fields can be specified if the index method supports multi-column indexes. Copyright Nucleon Software Page 12
13 Index Manager Using Index Manager you can create a new index, edit or drop the existing one. On the right side of the dialog the index properties are visible. The primary key index will be shown with a key icon. 5.3 Trigger Manager A trigger is a specification that the database should automatically execute a particular feature whenever a certain type of operation is performed. A trigger can be defined to execute before or after an INSERT, UPDATE, or DELETE operation, either once per modified row, or once per SQL statement. If a trigger event occurs, the database engine executes the trigger. Trigger Manager allows you to manage table triggers. You can create or delete the triggers or see their properties. Copyright Nucleon Software Page 13
14 Trigger Manager Copyright Nucleon Software Page 14
15 6 Views and View Manager Views are useful for allowing users to access a set of relations (tables) as if they were a single table, and limiting their access to just that. Views can also be used to restrict access to rows. Database Master provides View Manager Window to manage database views. Using View Manager you can add new views and delete the existing ones, view their data or show the view properties. View Manager Copyright Nucleon Software Page 15
16 7 Stored Procedures and Procedure Manager Stored procedures (and features) are supported in most used relational database systems. A stored procedure is a set of SQL statements (scripts) that can be stored in the database server. Once this has been done, clients don't need to keep reissuing the individual statements but can refer to the stored procedures stored in the database instead. Database Master provides Procedure Manager Window to manage database procedures. Using Procedure Manager you can add new procedures (or features) and delete existing ones, execute the procedures or show the procedure properties. Stored Procedure Manager Copyright Nucleon Software Page 16
17 8 SQL Query Editor Database Master Query editor is a powerful SQL editor and provides SQL code highlighting, IntelliSense (Code Completion), code regions, snippets and find features. It also displays the current executed query status with a progress bar and gives information about the total executed query status on the toolbar. Database Master provides powerful tools which allow you to edit query text directly with syntax highlighting and code completion. SQL Query Editor Copyright Nucleon Software Page 17
18 8.1 Executing a script Pressing F5, CTRL+E or using the tool menu would execute any highlighted text in the query window. If no text is highlighted, all the text will be sent for execution. 8.2 Output Window Many database servers such as Microsoft SQL Server are able to handle batch statements. This means they are able to execute many SQL statements at once, returning many data tables* (in case of select statements). If you are executing a script containing five select statements, the result would be five data tables presented in the output window. Some other database servers, such as Oracle and MySQL, require each statement to end with a semicolon ; and do not support batch statements. If you would type five statements (ended with ; ) in one script and execute it, Database Master would split the script into five statements and execute each one separate from the others. Using the GO word in MS SQL Server would give the same result. When you execute a script that returns a result, the result of the script will be presented in the output window. The output window contains a Log output tab and tabs for each select query result. If there is more than one SQL select query all the results will be displayed here. The Log window contains the following information about the SQL query: Type: Result type. Description: SQL command and database engine message. Time: Execution time of the SQL command in milliseconds. 8.3 IntelliSense By pressing any key IntelliSense will provide an array of options that make language references easily accessible. When coding, you do not need to leave the editor window to perform searches on database elements. You can keep your context, find the information you need, insert elements directly, and even have IntelliSense complete your typing. IntelliSense comprises database objects, reserved words, local variables, columns and even joining options. 8.4 Code Scripts Database Master s IntelliSense snippets enable developers to easily manage and distribute their own customized SQL code libraries. Inserting these commonly used pieces of code is an effective way to enhance your productivity. You can save time because you no longer need to Copyright Nucleon Software Page 18
19 search countless sources of code examples just to find a similar piece of code to copy and paste into your solution code. To add a snippet, simply highlight its text, right-click and select Snippets->Add to snippets. To delete a snippet, use the Snippet Manager on the toolbar. Copyright Nucleon Software Page 19
20 9 SQL Query Builder The SQL query builder helps you quickly build SQL select statements. On the left side the current connected database tables are listed. On the right hand side the ER-Diagram, columns and SQL script box show up. SQL Query Builder Copyright Nucleon Software Page 20
21 10 JSON Query Editor Database Master s JSON Query editor is a powerful and feature rich query editor, provides JSON code highlighting, IntelliSense (code completion), code regions, snippets and text finding features. JSON query editor provides same features like SQL Query editor and it is available only for MongoDB database engine. Please not that; Database Master does not support all MongoDB Shell command line query features. If you need a special command, please contact with us. Copyright Nucleon Software Page 21
22 11 LINQ Query Editor The Language Integrated Query - LINQ is a Microsoft.NET Framework technology that adds native data querying capabilities to.net languages. LINQ enables developers to form setbased queries in their application code, without having to use a separate query language. You can write LINQ queries against various enumerable data sources, such as in-memory data structures, XML documents, SQL databases, and DataSet objects. Although these enumerable data sources are implemented in various ways, they all expose the same syntax and language constructs. Because queries can be formed in the programming language itself, you do not have to use another query language (like SQL) that is embedded as string literals that cannot be understood or verified by the compiler. There are three separate ADO.NET Language-Integrated Query (LINQ) technologies: LINQ to DataSet, LINQ to SQL, and LINQ to Entities. LINQ to DataSet provides richer, optimized querying over the DataSet and LINQ to SQL enables you to directly query SQL Server database schemas, and LINQ to Entities allows you to query an Entity Data Model. The following diagram provides an overview of how the ADO.NET LINQ technologies relate to high-level programming languages and LINQ-enabled data sources. LINQ Query editor is an innovative feature and can run dynamically LINQ Query scripts. It supports currently LINQ to Entities (Entity Framework), LINQ to DataSet, LINQ to Objects and LINQ to XML queries. The LINQ query feature is currently supported for MS SQL Server, IBM Copyright Nucleon Software Page 22
23 DB2, MySQL, PostgreSQL, SQLite, FireBird, EffiProz database engines. Support for Oracle, MongoDB and Informix engines will be implemented soon. LINQ to SQL technology is not supported Result Output After executing the query script, you can dump the results using Output method. The Dump method detects automatically the given object list and visualize the data as a table or a tree view Linq to Entity Framework ADO.NET Entity Framework (EF) is an object-relational mapping (ORM) framework for the.net Framework. ADO.NET Entity Framework abstracts the relational (logical) schema of the data that is stored in a database and presents its conceptual schema to the application. The ADO.NET Entity Framework enables developers to create data access applications by programming against a conceptual application model instead of programming directly against a relational storage schema. The goal is to decrease the amount of code and maintenance required for data-oriented applications. If you open the LINQ Query Editor, the conceptual schema or Database Object Context (Database Access Layer) will be generated automatically using EDM generator. The user can access the all database Entities and Objects and execute C#/VB.Net code. Info: Linq to DataSet Database Master allows you to execute Linq to DataSet code against any database system. LINQ to DataSet makes it easier and faster to query over data cached in a DataSet object. Specifically, LINQ to DataSet simplifies querying by enabling developers to write queries from the programming language itself, instead of by using a separate query language. This is especially useful for Microsoft Visual Studio developers, who can now take advantage of the compile-time syntax checking, static typing. LINQ to DataSet can also be used to query over data that has been consolidated from one or more data sources. This enables many scenarios that require flexibility in how data is represented and handled, such as querying locally aggregated data and middle-tier caching in applications. Copyright Nucleon Software Page 23
24 The LINQ to DataSet functionality is exposed primarily through the extension methods in the DataRowExtensions and DataTableExtensions classes Linq to XML LINQ to XML was developed with Language-Integrated Query over XML in mind from the beginning. It takes advantage of standard query operators and adds query extensions specific to XML. From an XML perspective, LINQ to XML provides the query and transformation power of XQuery and XPath integrated into.net Framework languages that implement the LINQ pattern. This provides a consistent query experience across LINQ enabled APIs and allows you to combine XML queries and transforms with queries from other data sources. For more help: LINQ Basic Info: LINQ to Entities: LINQ to XML: LINQ to DataSet: LINQ to Objects: Copyright Nucleon Software Page 24
25 12 Table Data View The data table view provides rich data export, simple data report, advanced GUI based data editor, data copy and data paging features for the user. Default Table Data View 12.1 Data Visualizer The data visualizers allow you to visualize BLOB data types Image Visualizer The Image Visualizer visualizes the BLOB data type as an image. It allows you to save the image object into the following image formats (PNG, GIF, JPEG etc.) Text Visualizer The Text Visualizer allows you to visualize the BLOB data type as a text. It allows you to save the text to the hard disk Chart Visualizer The Chart Visualizer allows you to visualize the selected data as a Chart view. You can save your chart as an image file. Copyright Nucleon Software Page 25
26 13 Data Editor The Data Editor provides an easy way to edit or create data. You can edit (update) or create new data with this editor without any SQL code. You can also delete the existing data. The data editor visualizes the table data in the dialog. When you create new data record or edit the existing, you should always click to Save Changes button on the toolbar. Table Data Editor The data editor allows you the edit BLOB (Binary Large Objects) data using Image and Text Editor. Image Editor: Using Image Editor you can copy the current image into clipboard or hard disk and load a new image and save it. Text Editor: The Text Editor allows you to edit text BLOB data, where you can save it to the hard disk or change and update text data in the database. Copyright Nucleon Software Page 26
27 14 SQL Export Database Master allows you to export your database structure as an SQL script. The user can export database structures like table, view, and procedure and table data. The user can also dump all database data into an SQL file. SQL Export Dialog To export the data as an SQL script, you must select a database and one or more tables. Copyright Nucleon Software Page 27
28 15 Data Export The data export feature gives you an option to export and share your data. The export dialog provides the following data export formats: XML, XMLDB (XML file with XSD Schema), HTML, CSV, JSON Excel (XML), Excel 2007, Word 2007, RTF PDF, RTF, Open Office Writer, Open Office-Calc, XPS, dbase, PNG (Image) 15.1 General Options Data Export Dialog Encoding: Encoding of the file. Write Column Headers: If the checkbox is checked, the Field (Column) headers will be included in the export. Substitution for NULL (or Empty) Values: If data row or cell contains null (or empty) values they will be replaced by the chosen value type from the combo box CSV Data Export CSV Data Export provides the following options: Field Separator: The separator character between the fields (columns) Copyright Nucleon Software Page 28
29 Field Encloser: The field (column) data encloser. Copyright Nucleon Software Page 29
30 16 Data Import Database Master provides XML, CSV and bulk SQL import features Bulk SQL Import The Bulk SQL Import can import or execute SQL commands (or statements) in an SQL file. Bulk SQL Import feature is a good fit for large SQL files and imports. You can import any large SQL file into your database and a progress dialog will be shown. During SQL import all log status and information will be written in a log file. After the import the user can check and find more information about bulk import. Bulk SQL Import Dialog The log file will be written to the desktop but the user can change the file location CSV Data Import Data import feature supports only CSV format. With this feature you can import any CSV data into a database table. Copyright Nucleon Software Page 30
31 CSV Import Options Field Encloser: Encloser character for the field. CSV Data Import Dialog Field Separator: Separator character for the field. Comment: start character for the comment line Encoding: Encoding of the CSV file. Number of Error Limit: This option allows you to control your CSV data import. Log File: The CSV import feature writes all import errors and import summary into the log file. You can check this file after the import. Copyright Nucleon Software Page 31
32 17 Data Search Engine 17.1 Advanced Search The search engine feature is implemented to search data in the database. It allows the user to search data without using any SQL query which makes searching more comfortable. The searches results are presented in a data view and can be exported to supported file formats. When you create a query to search, you can define one or more clauses that will look for what you want to find. For each clause, you can specify a field, an operator, and a value or variable. For example, you can search for all column data in a particular table by specifying the table column. A sample search clause: And/Or Field Operator Value City Equals Afyon And Code = OR MyDate DateTimeEqual And / Or Operators You can use this column to specify how clauses are tested. You can specify AND if you want to find work items that meet the criteria in both this clause and the previous one. You can specify OR if you want to find work items that meet the criteria in either this clause or the previous one Query Fields and Values When you specify a value for a field, the value must conform to the data type of that field. Data Search Operators You can use search operators in following operator table to specify how each value in a clause must relate to the corresponding value in the table column Text (String) Operators The search engine provides the following text (string) operators: Operator Description Equals NotEquals Compares whether the specified text matches the string in the database. Compares whether the specified text does not matches the string in the database. EqualsIgnoreCase Case In-Sensitive: Compares whether the specified text matches the row Copyright Nucleon Software Page 32
33 data and ignores case. EqualsMatchCase Case Sensitive: Compares whether the specified text matches the row data match the case. EndsWith Determines whether the end of this string instance matches the specified string. StartsWith Compares whether the beginning of string instance matches the specified string. Contains Returns a value indicating whether the specified text object occurs within this string. IndexOfAny Searches the index of the first occurrence in this instance of any Character in a specified array of Unicode characters. This method performs an ordinal (culture-insensitive) search, where a character is Considered equivalent to another character only if their Unicode scalar values are the same. Fuzzy Search Search with fuzzy (approximate) matching. The matching score is 50%. Regular Expression Searches with regular expression Mathematical Operators The search engine provides the following number operators: Operator Description = Equals (Matches the value in the database) < Smaller (Is less than the value in the database) > Bigger (Is bigger than the value in the database) >= Equals or Bigger (Is bigger than or equal to the value in the database) <= Equals or Smaller (Is less than or equal to the value in the database) <> Not Equals (Does not match the value in the database) Date and Time Operators The search engine provides the following date and time search operators: Operator DateTimeEqual Description Compares whether the specified date time matches the date time. DateTimeEarlier Compares whether the specified date time earlier than the date time in the database. DateTimeLater Compares whether the specified date time later than the date time in the database DateTimeNotEqual Compares whether the specified date time is not equal to the date time in the database. Copyright Nucleon Software Page 33
34 17.2 Full-Text Search Full-Text search allows you to search your text (words, sentences, numbers etc.) in your database tables Fuzzy Searching Fuzzy searching will find a word even if it is misspelled. For example, a fuzzy search for apple will find appple. Fuzzy searching can be useful when you are searching text that may contain typographical errors (such as s), or for text that has been scanned using optical character recognition (OCR). There are two ways to add fuzziness to your searches: 1. Check Fuzzy searching in the search dialog box to enable fuzzy searching for all of the words in your search request. You can adjust the level of fuzziness from 1 to 10. (Usually values from 2 to 5 are best for moderate levels of error tolerance.) 2. Add fuzziness selectively using the % character. The number of % characters you add determines the number of differences search engine will ignore when searching for a word. The position of the % characters determines how many letters at the start of the word have to match exactly. Examples: ba%nana: Word must begin with ba and have at most one difference between it and banana. b%%anana: Word must begin with b and have at most two differences between it and banana. Copyright Nucleon Software Page 34
35 18 Reporting Data Database Masters provides data reporting features so the user can report the data using Report Viewer dialog and export it to the supported file formats. Static Reports The static reports are available in the Reports tab. The other dynamic reports are based on the database objects so the user can view them just by right clicking on the database object. Report Viewer Copyright Nucleon Software Page 35
36 19 User Management Database Master provides user management facilities for the MySQL, MongoDB and PostgreSQL database systems. With this feature you can create new users, edit or delete the existing users of the database. User Manager Editor Copyright Nucleon Software Page 36
37 20 Entity Relations and ER Modeling Entity-Relationship Modeling (ERM) is a database modeling method used to produce a kind of conceptual schema or semantic data model of a system and its requirements in a topdown fashion, often for a relational database.. One of the important features of Database Master is the ability to generate the ER Model of the database physical schema through reverse engineering. The database s physical schema information will be read and its corresponding ER Model will be generated. Database Master uses the Crow's Foot notation for ER models. For more information about ER Modeling, please see: Copyright Nucleon Software Page 37
38 21 Host Information Database Master provides information about the current connected host (server) to the user. Example: SQL-Server Host Information Copyright Nucleon Software Page 38
39 22 System Reports Database Master provides powerful report features. These reports are pre-defined for you and you can view them by a double click or using view button. Using Reports button, you can view the pre-defined system or database reports. Reports Editor Database Objects Reports Database Master also provides reports for some database objects. Users can view them by a right -click on the database object (table, view or procedure). Copyright Nucleon Software Page 39
40 23 Code Factory The Code Factory feature allows user to generate code for a selected language (Java, CSharp, PHP etc.) from the database structures and tables types. Code Factory works with code templates (*.codetemp) and the user can define everything in that template. This means you are free to define anything in the template; and to do that you need to add according to the following template syntax. The following table descripts the Code Factory template syntax: Syntax Description <filename></ filename > <foreachfield></foreachfield> $TableName $FieldType $FieldName The name of the output file. For every table, field (column) will be printed. The name of the table will be printed. The type of the field (target language) will be printed. Name of the field will be printed. The user should create her/his code templates. The Code Factory reads top directory and all sub directories and generates the code for each template. It copies other project resources (images, xml files) into the target folder. So you can generate the whole project with Code Copyright Nucleon Software Page 40
41 Factory. Code Factory Dialog Copyright Nucleon Software Page 41
42 24 Maintenance Database Master provides database and tables maintenance features for MySQL, PostgreSQL and SQLite database systems. There are two SQLite maintenance features: Check Data Integrity Vacuum The Database There are four MySQL maintenance features: Check tables Analyze tables. Repair tables. It allows you to repair the database, if the checking or analyzing tools report errors. Optimize tables. Optimization allows you to increase the MySQL performance. This should be done on a regular base. Copyright Nucleon Software Page 42
43 25 Data Package Export/Import Database Master provides a powerful export and import feature to export and import your data without any encoding, corruption and size problem. It also provides the advantage of blob data type export and import. You can backup your database data, transfer your data via internet or network or send it to your friends via without any data corruption or data error. Data Package feature has.datapac or.dpack file extensions and can be opened by any zip utility. Data Package feature allows you to export large databases that contains images or any blob data correctly. It also allows you to protected the data package with a password. Data Package file format uses the ZIP file format to package data and it is also readable by and useful for third party applications. Why should I use Data Package Export/Import? Exporting data as an SQL script is not suitable for large data or blob types. The data can corrupt or importing large SQL files can fail. Data Package feature allows you to export and import your data in a secure way and by doing so you can share your data with third party applications Exporting Data Package To export a Data Package you should select a database and its tables to export. The following dialog shows how to export a data package: Copyright Nucleon Software Page 43
44 Data Package Data Package Export Dialog 25.2 Importing Data Package The data packages can be imported from the same or different databases. To import a data package, you should first browse the package and assign the source-target tables. They will be automatically assigned when you browse the package. If the data package encrypted with a password, you need to enter the password first then browse the package file. Why should I assign the source/target tables? Data Package import feature allows you to import data from different tables. This means that the target and source table names must not be the same but their table structures must be the same, otherwise data will not be imported. Copyright Nucleon Software Page 44
45 Data Package Data Package Import Dialog Assigning Target and Source Tables This list is used to import data between values in the source tables and the relevant tables in the target database. To assign a source table to a target table, select a value from the source table list on the left and the relevant target table from the list on the right and click the Assign Selected Tables button. To remove a relation, select an item from the right list and click the Remove button. Copyright Nucleon Software Page 45
46 26 Options The Options feature allows you to customize the Database Master. It provides the following options: 26.1 General Options List View The List View setting is for the manager windows (Table Manager, View Manager, etc.) Data Paging Counter The data counter is the number of rows in the table data view. When the user clicks the View Data button in the Table Manager, the table data will be viewed but the view wouldn t include all of the data in the database table. So the number of data rows viewed can be set here. The default value is 500. Copyright Nucleon Software Page 46
47 27 Purchasing Purchase your Database Master license online at: Purchased licenses are delivered by . [Be sure to include share-it.com in your approved senders list so that your license will bypass mail filters.]after receiving the license to complete your registration, click Help->Activate Database Master and enter your license. Copyright Nucleon Software Page 47
48 28 Further Help If you want more information or help for Database Master or want to submit some feedback, there are some alternatives: Use the following information for further help: Support: Web: Bug Reports If you find that Database Master isn't working correctly or just crashing, you probably encountered a bug. First check if you have the latest version, because on every release of Database Master will many contain improvements and bugs fixes. Please make sure that you are using the latest version of Database Master and that you have carefully read this help file. For Bug (Error) reports please use the following [email protected] 28.2 Feature Requests If you have a (very) good idea on how to improve Database Master, you can request a feature using the following [email protected] Copyright Nucleon Software Page 48
BI Studio User Manual
BI Studio User Manual Copyright by Nucleon Software BI Studio is a product by Nucleon Software. Table of Contents 1 Welcome to BI Studio... 4 1.1 Supported Databases and Data Sources... 4 1.2 System Requirements...
Nucleon BI Studio User Manual
Nucleon BI Studio User Manual Copyright by Nucleon Software Nucleon BI Studio is a product by Nucleon Software. Table of Contents 1 Welcome to BI Studio... 4 1.1 Supported Databases and Data Sources...
DiskPulse DISK CHANGE MONITOR
DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com [email protected] 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product
MAS 500 Intelligence Tips and Tricks Booklet Vol. 1
MAS 500 Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the Sage MAS Intelligence Reports... 3 Copying, Pasting and Renaming Reports... 4 To create a new report from an existing report...
VX Search File Search Solution. VX Search FILE SEARCH SOLUTION. User Manual. Version 8.2. Jan 2016. www.vxsearch.com [email protected]. Flexense Ltd.
VX Search FILE SEARCH SOLUTION User Manual Version 8.2 Jan 2016 www.vxsearch.com [email protected] 1 1 Product Overview...4 2 VX Search Product Versions...8 3 Using Desktop Product Versions...9 3.1 Product
Chapter 4 Accessing Data
Chapter 4: Accessing Data 73 Chapter 4 Accessing Data The entire purpose of reporting is to make sense of data. Therefore, it is important to know how to access data locked away in the database. In this
DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com [email protected]. File Integrity Monitor
DiskBoss File & Disk Manager File Integrity Monitor Version 2.0 Dec 2011 www.flexense.com [email protected] 1 Product Overview DiskBoss is an automated, rule-based file and disk manager allowing one to
Tips and Tricks SAGE ACCPAC INTELLIGENCE
Tips and Tricks SAGE ACCPAC INTELLIGENCE 1 Table of Contents Auto e-mailing reports... 4 Automatically Running Macros... 7 Creating new Macros from Excel... 8 Compact Metadata Functionality... 9 Copying,
Jet Data Manager 2012 User Guide
Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform
Teradata SQL Assistant Version 13.0 (.Net) Enhancements and Differences. Mike Dempsey
Teradata SQL Assistant Version 13.0 (.Net) Enhancements and Differences by Mike Dempsey Overview SQL Assistant 13.0 is an entirely new application that has been re-designed from the ground up. It has been
XMailer Reference Guide
XMailer Reference Guide Version 7.00 Wizcon Systems SAS Information in this document is subject to change without notice. SyTech assumes no responsibility for any errors or omissions that may be in this
FileMaker 12. ODBC and JDBC Guide
FileMaker 12 ODBC and JDBC Guide 2004 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.
Business Intelligence Getting Started Guide
Business Intelligence Getting Started Guide 2013 Table of Contents Introduction... 1 Introduction... 1 What is Sage Business Intelligence?... 1 System Requirements... 2 Recommended System Requirements...
Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5.
1 2 3 4 Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5. It replaces the previous tools Database Manager GUI and SQL Studio from SAP MaxDB version 7.7 onwards
Getting Started Guide SAGE ACCPAC INTELLIGENCE
Getting Started Guide SAGE ACCPAC INTELLIGENCE Table of Contents Introduction... 1 What is Sage Accpac Intelligence?... 1 What are the benefits of using Sage Accpac Intelligence?... 1 System Requirements...
FileMaker 11. ODBC and JDBC Guide
FileMaker 11 ODBC and JDBC Guide 2004 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered
SQL Developer. User Manual. Version 2.2.0. Copyright Jan Borchers 2000-2006 All rights reserved.
SQL Developer User Manual Version 2.2.0 Copyright Jan Borchers 2000-2006 All rights reserved. Table Of Contents 1 Preface...4 2 Getting Started...5 2.1 License Registration...5 2.2 Configuring Database
Stellar Phoenix. SQL Database Repair 6.0. Installation Guide
Stellar Phoenix SQL Database Repair 6.0 Installation Guide Overview Stellar Phoenix SQL Database Repair software is an easy to use application designed to repair corrupt or damaged Microsoft SQL Server
Importing and Exporting With SPSS for Windows 17 TUT 117
Information Systems Services Importing and Exporting With TUT 117 Version 2.0 (Nov 2009) Contents 1. Introduction... 3 1.1 Aim of this Document... 3 2. Importing Data from Other Sources... 3 2.1 Reading
Business Insight Report Authoring Getting Started Guide
Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,
Thank you for using AD Bulk Export 4!
Thank you for using AD Bulk Export 4! This document contains information to help you get the most out of AD Bulk Export, exporting from Active Directory is now quick and easy. Look here first for answers
FmPro Migrator - FileMaker to SQL Server
FmPro Migrator - FileMaker to SQL Server FmPro Migrator - FileMaker to SQL Server 1 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 FmPro Migrator - FileMaker to SQL Server Migration
Sisense. Product Highlights. www.sisense.com
Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze
Getting Started Guide
Getting Started Guide Introduction... 3 What is Pastel Partner (BIC)?... 3 System Requirements... 4 Getting Started Guide... 6 Standard Reports Available... 6 Accessing the Pastel Partner (BIC) Reports...
TSM Studio Server User Guide 2.9.0.0
TSM Studio Server User Guide 2.9.0.0 1 Table of Contents Disclaimer... 4 What is TSM Studio Server?... 5 System Requirements... 6 Database Requirements... 6 Installing TSM Studio Server... 7 TSM Studio
Getting Started with the Ed-Fi ODS and Ed-Fi ODS API
Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview October 2014 2014 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark
Using SQL Server Management Studio
Using SQL Server Management Studio Microsoft SQL Server Management Studio 2005 is a graphical tool for database designer or programmer. With SQL Server Management Studio 2005 you can: Create databases
Netezza Workbench Documentation
Netezza Workbench Documentation Table of Contents Tour of the Work Bench... 2 Database Object Browser... 2 Edit Comments... 3 Script Database:... 3 Data Review Show Top 100... 4 Data Review Find Duplicates...
Toad Data Modeler - Features Matrix
Toad Data Modeler - Features Matrix Functionality Commercial Trial Freeware Notes General Features Physical Model (database specific) Universal Model (generic physical model) Logical Model (support for
Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide
Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Table of Contents TABLE OF CONTENTS... 3 1.0 INTRODUCTION... 1 1.1 HOW TO USE THIS GUIDE... 1 1.2 TOPIC SUMMARY...
Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1
Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the SAI reports... 3 Running, Copying and Pasting reports... 4 Creating and linking a report... 5 Auto e-mailing reports...
Pastel Evolution BIC. Getting Started Guide
Pastel Evolution BIC Getting Started Guide Table of Contents System Requirements... 4 How it Works... 5 Getting Started Guide... 6 Standard Reports Available... 6 Accessing the Pastel Evolution (BIC) Reports...
GP REPORTS VIEWER USER GUIDE
GP Reports Viewer Dynamics GP Reporting Made Easy GP REPORTS VIEWER USER GUIDE For Dynamics GP Version 2015 (Build 5) Dynamics GP Version 2013 (Build 14) Dynamics GP Version 2010 (Build 65) Last updated
Guide to Setting up Docs2Manage using Cloud Services
COMvantage Solutions Presents: Version 3.x Cloud based Document Management Guide to Setting up Docs2Manage using Cloud Services Docs2Manage Support: Email: [email protected] Phone: +1.847.690.9900
Setting Up ALERE with Client/Server Data
Setting Up ALERE with Client/Server Data TIW Technology, Inc. November 2014 ALERE is a registered trademark of TIW Technology, Inc. The following are registered trademarks or trademarks: FoxPro, SQL Server,
Connecting to your Database!... 3
Connecting to your Database!... 3 Connecting to Access Databases!... 3 Connecting to SQL Server!... 8 Connecting to Oracle!... 10 Connecting to MySQL!... 11 Connecting to Sybase!... 12 Connecting to IBM
ODBC Client Driver Help. 2015 Kepware, Inc.
2015 Kepware, Inc. 2 Table of Contents Table of Contents 2 4 Overview 4 External Dependencies 4 Driver Setup 5 Data Source Settings 5 Data Source Setup 6 Data Source Access Methods 13 Fixed Table 14 Table
LICENSE4J LICENSE MANAGER USER GUIDE
LICENSE4J LICENSE MANAGER USER GUIDE VERSION 4.5.5 LICENSE4J www.license4j.com Table of Contents Getting Started... 4 Managing Products... 6 Create Product... 6 Edit Product... 7 Refresh, Delete Product...
INTEGRATING MICROSOFT DYNAMICS CRM WITH SIMEGO DS3
INTEGRATING MICROSOFT DYNAMICS CRM WITH SIMEGO DS3 Often the most compelling way to introduce yourself to a software product is to try deliver value as soon as possible. Simego DS3 is designed to get you
Data Access Guide. BusinessObjects 11. Windows and UNIX
Data Access Guide BusinessObjects 11 Windows and UNIX 1 Copyright Trademarks Use restrictions Patents Copyright 2004 Business Objects. All rights reserved. If you find any problems with this documentation,
SilkTest Workbench. Getting Started with.net Scripts
SilkTest Workbench Getting Started with.net Scripts Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2010 Micro Focus (IP) Limited. All Rights Reserved. SilkTest
ibolt V3.2 Release Notes
ibolt V3.2 Release Notes Welcome to ibolt V3.2, which has been designed to deliver an easy-touse, flexible, and cost-effective business integration solution. This document highlights the new and enhanced
Talend Open Studio for MDM. Getting Started Guide 6.0.0
Talend Open Studio for MDM Getting Started Guide 6.0.0 Talend Open Studio for MDM Adapted for v6.0.0. Supersedes previous releases. Publication date: July 2, 2015 Copyleft This documentation is provided
Release Bulletin Sybase ETL Small Business Edition 4.2
Release Bulletin Sybase ETL Small Business Edition 4.2 Document ID: DC00737-01-0420-02 Last revised: November 16, 2007 Topic Page 1. Accessing current release bulletin information 2 2. Product summary
Getting Started using the SQuirreL SQL Client
Getting Started using the SQuirreL SQL Client The SQuirreL SQL Client is a graphical program written in the Java programming language that will allow you to view the structure of a JDBC-compliant database,
Visual Studio.NET Database Projects
Visual Studio.NET Database Projects CHAPTER 8 IN THIS CHAPTER Creating a Database Project 294 Database References 296 Scripts 297 Queries 312 293 294 Visual Studio.NET Database Projects The database project
ODBC Driver Version 4 Manual
ODBC Driver Version 4 Manual Revision Date 12/05/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned in this manual
Silect Software s MP Author
Silect MP Author for Microsoft System Center Operations Manager Silect Software s MP Author User Guide September 2, 2015 Disclaimer The information in this document is furnished for informational use only,
IceWarp Server Windows Installation Guide
IceWarp Unified Communications IceWarp Server Windows Installation Guide Version 11.3 Published on 2/6/2015 Contents IceWarp Server Windows... 4 Pre-requisites... 5 Launch Installer Wizard... 6 Select
Getting Started with Telerik Data Access. Contents
Contents Overview... 3 Product Installation... 3 Building a Domain Model... 5 Database-First (Reverse) Mapping... 5 Creating the Project... 6 Creating Entities From the Database Schema... 7 Model-First
Embarcadero DB Change Manager 6.0 and DB Change Manager XE2
Product Documentation Embarcadero DB Change Manager 6.0 and DB Change Manager XE2 User Guide Versions 6.0, XE2 Last Revised April 15, 2011 2011 Embarcadero Technologies, Inc. Embarcadero, the Embarcadero
Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72. User Guide
Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72 User Guide Contents 1 Introduction... 4 2 Requirements... 5 3 Important Note for Customers Upgrading... 5 4 Installing the Web Reports
How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com
Sage 500 ERP Intelligence Reporting Getting Started Guide 27.11.2012 Table of Contents 1.0 Getting started 3 2.0 Managing your reports 10 3.0 Defining report properties 18 4.0 Creating a simple PivotTable
Producing Listings and Reports Using SAS and Crystal Reports Krishna (Balakrishna) Dandamudi, PharmaNet - SPS, Kennett Square, PA
Producing Listings and Reports Using SAS and Crystal Reports Krishna (Balakrishna) Dandamudi, PharmaNet - SPS, Kennett Square, PA ABSTRACT The SAS Institute has a long history of commitment to openness
A Tutorial on SQL Server 2005. CMPT 354 Fall 2007
A Tutorial on SQL Server 2005 CMPT 354 Fall 2007 Road Map Create Database Objects Create a database Create a table Set a constraint Create a view Create a user Query Manage the Data Import data Export
Exploring Microsoft Office Access 2007. Chapter 2: Relational Databases and Multi-Table Queries
Exploring Microsoft Office Access 2007 Chapter 2: Relational Databases and Multi-Table Queries 1 Objectives Design data Create tables Understand table relationships Share data with Excel Establish table
Toad for Data Analysts, Tips n Tricks
Toad for Data Analysts, Tips n Tricks or Things Everyone Should Know about TDA Just what is Toad for Data Analysts? Toad is a brand at Quest. We have several tools that have been built explicitly for developers
FileMaker 13. ODBC and JDBC Guide
FileMaker 13 ODBC and JDBC Guide 2004 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.
SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24. Data Federation Administration Tool Guide
SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24 Data Federation Administration Tool Guide Content 1 What's new in the.... 5 2 Introduction to administration
Using SQL Reporting Services with Amicus
Using SQL Reporting Services with Amicus Applies to: Amicus Attorney Premium Edition 2011 SP1 Amicus Premium Billing 2011 Contents About SQL Server Reporting Services...2 What you need 2 Setting up SQL
3 Setting up Databases on a Microsoft SQL 7.0 Server
3 Setting up Databases on a Microsoft SQL 7.0 Server Overview of the Installation Process To set up GoldMine properly, you must follow a sequence of steps to install GoldMine s program files, and the other
SPHOL207: Database Snapshots with SharePoint 2013
2013 SPHOL207: Database Snapshots with SharePoint 2013 Hands-On Lab Lab Manual This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site
Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms
Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms InfoPath 2013 Web Enabled (Browser) forms Creating Web Enabled
National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide
National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide NFIRS 5.0 Software Version 5.6 1/7/2009 Department of Homeland Security Federal Emergency Management Agency United States
Connectivity Pack for Microsoft Guide
HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 2/20/2015 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements
Getting Started with Attunity CloudBeam for Azure SQL Data Warehouse BYOL
Getting Started with Attunity CloudBeam for Azure SQL Data Warehouse BYOL Overview This short guide explains how to use Attunity CloudBeam to replicate data from your on premises database to Microsoft
TAMUS Remote Desktop Setup For BPP SQL & Alva
The BPP SQL database and the ALVA application are both hosted on a remote desktop. A Texas A&M NetId account is needed to log in to this computer. NetId accounts can be requested on this webpage, https://gateway.tamu.edu/netid-activate/
Table Of Contents. iii
PASSOLO Handbook Table Of Contents General... 1 Content Overview... 1 Typographic Conventions... 2 First Steps... 3 First steps... 3 The Welcome dialog... 3 User login... 4 PASSOLO Projects... 5 Overview...
Oracle Essbase Integration Services. Readme. Release 9.3.3.0.00
Oracle Essbase Integration Services Release 9.3.3.0.00 Readme To view the most recent version of this Readme, see the 9.3.x documentation library on Oracle Technology Network (OTN) at http://www.oracle.com/technology/documentation/epm.html.
2 SQL in iseries Navigator
2 SQL in iseries Navigator In V4R4, IBM added an SQL scripting tool to the standard features included within iseries Navigator and has continued enhancing it in subsequent releases. Because standard features
Visualization with Excel Tools and Microsoft Azure
Visualization with Excel Tools and Microsoft Azure Introduction Power Query and Power Map are add-ins that are available as free downloads from Microsoft to enhance the data access and data visualization
Integrating with BarTender Integration Builder
Integrating with BarTender Integration Builder WHITE PAPER Contents Overview 3 Understanding BarTender's Native Integration Platform 4 Integration Builder 4 Administration Console 5 BarTender Integration
"SQL Database Professional " module PRINTED MANUAL
"SQL Database Professional " module PRINTED MANUAL "SQL Database Professional " module All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or
Database Forms and Reports Tutorial
Database Forms and Reports Tutorial Contents Introduction... 1 What you will learn in this tutorial... 2 Lesson 1: Create First Form Using Wizard... 3 Lesson 2: Design the Second Form... 9 Add Components
Network Event Viewer now supports real-time monitoring enabling system administrators to be notified immediately when critical events are logged.
About Network Event Viewer is a network wide event log monitoring, consolidation, auditing and reporting tool enabling System Administrators to satisfy Sarbanes-Oxley auditing requirements while proactively
Knocker main application User manual
Knocker main application User manual Author: Jaroslav Tykal Application: Knocker.exe Document Main application Page 1/18 U Content: 1 START APPLICATION... 3 1.1 CONNECTION TO DATABASE... 3 1.2 MODULE DEFINITION...
Using the Query Analyzer
Using the Query Analyzer Using the Query Analyzer Objectives Explore the Query Analyzer user interface. Learn how to use the menu items and toolbars to work with SQL Server data and objects. Use object
Stellar Phoenix. SQL Database Repair 6.0. User Guide
Stellar Phoenix SQL Database Repair 6.0 User Guide Overview Stellar Phoenix SQL Database Repair software is an easy to use application designed to repair corrupt or damaged Microsoft SQL Server database
exchange@pam MS Outlook AddIn version 3.6
User s Manual for exchange@pam MS Outlook AddIn version 3.6 All Rights Reserved. Including all rights concerning reproduction, copying or any other use or transmission of this document and its contents
QAD Enterprise Applications. Training Guide Demand Management 6.1 Technical Training
QAD Enterprise Applications Training Guide Demand Management 6.1 Technical Training 70-3248-6.1 QAD Enterprise Applications February 2012 This document contains proprietary information that is protected
Visual Basic. murach's TRAINING & REFERENCE
TRAINING & REFERENCE murach's Visual Basic 2008 Anne Boehm lbm Mike Murach & Associates, Inc. H 1-800-221-5528 (559) 440-9071 Fax: (559) 440-0963 [email protected] www.murach.com Contents Introduction
Crystal Converter User Guide
Crystal Converter User Guide Crystal Converter v2.5 Overview The Crystal Converter will take a report that was developed in Crystal Reports 11 or lower and convert the supported features of the report
isecuremail User Guide for iphone
isecuremail User Guide for iphone Page 1 CONTENTS Chapter 1: Welcome... 4 Chapter 2: Getting Started... 5 Compatability... 5 Preliminary Steps... 5 Setting up a POP3 / IMAP4/ Exchange Email Account...
Decision Support AITS University Administration. EDDIE 4.1 User Guide
Decision Support AITS University Administration EDDIE 4.1 User Guide 2 P a g e EDDIE (BI Launch Pad) 4.1 User Guide Contents Introduction to EDDIE... 4 Log into EDDIE... 4 Overview of EDDIE Homepage...
Table of Contents SQL Server Option
Table of Contents SQL Server Option STEP 1 Install BPMS 1 STEP 2a New Customers with SQL Server Database 2 STEP 2b Restore SQL DB Upsized by BPMS Support 6 STEP 2c - Run the "Check Dates" Utility 7 STEP
Oracle Fusion Middleware
Oracle Fusion Middleware Getting Started with Oracle Business Intelligence Publisher 11g Release 1 (11.1.1) E28374-02 September 2013 Welcome to Getting Started with Oracle Business Intelligence Publisher.
Gladinet Cloud Backup V3.0 User Guide
Gladinet Cloud Backup V3.0 User Guide Foreword The Gladinet User Guide gives step-by-step instructions for end users. Revision History Gladinet User Guide Date Description Version 8/20/2010 Draft Gladinet
MicroStrategy Desktop
MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop is designed to enable business professionals like you to explore data, simply and without needing direct support from IT. 1 Import data from
Installation Instruction STATISTICA Enterprise Small Business
Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations
User Guide. Analytics Desktop Document Number: 09619414
User Guide Analytics Desktop Document Number: 09619414 CONTENTS Guide Overview Description of this guide... ix What s new in this guide...x 1. Getting Started with Analytics Desktop Introduction... 1
BusinessObjects Enterprise InfoView User's Guide
BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise XI 3.1 Copyright 2009 SAP BusinessObjects. All rights reserved. SAP BusinessObjects and its logos, BusinessObjects, Crystal Reports,
F9 Integration Manager
F9 Integration Manager User Guide for use with QuickBooks This guide outlines the integration steps and processes supported for the purposes of financial reporting with F9 Professional and F9 Integration
RoboMail Mass Mail Software
RoboMail Mass Mail Software RoboMail is a comprehensive mass mail software, which has a built-in e-mail server to send out e-mail without using ISP's server. You can prepare personalized e-mail easily.
Crystal Reports Installation Guide
Crystal Reports Installation Guide Version XI Infor Global Solutions, Inc. Copyright 2006 Infor IP Holdings C.V. and/or its affiliates or licensors. All rights reserved. The Infor word and design marks
edoc Document Generation Suite
e Doc Suite is a set of Microsoft Office add-ins for Word, Excel & PowerPoint that lets you use your data in MS Office with ease. Creating simple flat tables from data sources is possible in MS Office,
Developing SQL and PL/SQL with JDeveloper
Seite 1 von 23 Developing SQL and PL/SQL with JDeveloper Oracle JDeveloper 10g Preview Technologies used: SQL, PL/SQL An Oracle JDeveloper Tutorial September 2003 Content This tutorial walks through the
Sitecore InDesign Connector 1.1
Sitecore Adaptive Print Studio Sitecore InDesign Connector 1.1 - User Manual, October 2, 2012 Sitecore InDesign Connector 1.1 User Manual Creating InDesign Documents with Sitecore CMS User Manual Page
Accessing Your Database with JMP 10 JMP Discovery Conference 2012 Brian Corcoran SAS Institute
Accessing Your Database with JMP 10 JMP Discovery Conference 2012 Brian Corcoran SAS Institute JMP provides a variety of mechanisms for interfacing to other products and getting data into JMP. The connection
Synametrics Technologies. WinSQL Professional User s Guide Version 8.5
Synametrics Technologies WinSQL Professional User s Guide Version 8.5 August 20, 2010 Copyright notice Copyright 2010 Synametrics Technologies, a division of IndusSoft Technologies, Inc. and/or one of
