Database Tab (Options Dialog Box)
This tab enables you to specify the database in which to store Analysis session result data and to configure the way in which CSV files will be imported into the database.
In this topic:
To access | Analysis > Tools > Options > Database tab. |
See also |
Main Area
User interface elements are described below:
UI Element | Description |
---|---|
MS Access |
Instructs LoadRunner Professional to save Analysis result data in an MS Access database format (default). Recommended if the Analysis session file is less than 2 GB. |
SQL Server |
Instructs LoadRunner Professional to save Analysis result data on an SQL server. If you select this option, you have to complete the Server Details and Shared Folder Details, described below. Use this format if you need to work in multithread mode. Recommended if the Analysis session file is 2 GB to 10 GB. |
SQLite |
Instructs LoadRunner Professional to save Analysis result data in an SQLite database format. Allows you to store up to 32 terabytes of data. If you choose this format, you will not be able to work in multithread mode. Recommended if the Analysis session file is more than 10 GB. |
Server Details area |
SQL server details. See description below. |
Shared Folder Details area |
SQL server shared folder details. See description below. |
|
Depending on which database you are using, this button performs the following action:
|
|
When you configure and set up your Analysis session, the database containing the results may become fragmented. As a result, it will use excessive disk space. For Access databases, the Compact database button enables you to repair and compress your results and optimize your database. This button is disabled if you choose SQLite. Note: Long load test scenarios (duration of two hours or more) will require more time for compacting. |
|
Opens the Advanced Options dialog box, allowing you to increase performance when processing LoadRunner Professional results or importing data from other sources.This button is disabled if you choose SQLite. For user interface details see Advanced Options Dialog Box (Database Tab). |
Note: Both the MS Access database format and the SQLite format are embedded databases. The session directory contains both the database and the analysis data.
Server Details Area
If you choose to store Analysis result data on an SQL server, you need to complete the server details. User interface elements are described below:
UI Element | Description |
---|---|
Server Name |
The name of the machine on which the SQL server is running. Enter in the format <machine name>\<DB instance name>. For example, mycomp_01\SQLEXPRESS. |
Use Windows integrated security |
Enables you to use your Windows login, instead of specifying a user name and password. By default, the user name "sa" and no password are used for the SQL server. |
User Name |
The user name for the master database. |
Password |
The password for the master database. |
Shared Folder Details Area
If you store Analysis result data on an SQL server, you need to provide the shared folder details. User interface elements are described below:
UI Element | Description |
---|---|
Import Data Directly from Analysis machine |
Select this option to import data directly from the Analysis machine. For details on this option, see Importing Data Directly from the Analysis Machine. |
Shared Folder on MS SQL Server |
This folder has different functions, depending on how you import the Analysis data: If the SQL server and Analysis are on the same machine, the logical storage location and physical storage location are identical. |
Shared Folder on Analysis Host |
If you selected the option to import data directly from the Analysis machine, the Shared folder path box is enabled. Analysis detects all shared folders on your Analysis machine and displays them in a drop-down list. Select a shared folder from the list. Notes:
|
See also:
- Known issues for Analysis - Microsoft SQL Server