Tuning your environment with the -Dsrv startup parameter
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The DataServer (-Dsrv) startup parameter
allows you to use special DataServer options to tune your environment.
You pass these options as arguments to -Dsrv when
connecting to a MS SQL Server database.
There are two versions of the syntax, as follows:
Syntax
|
|
In this syntax:
- The schema holder is already connected.
- The data-source-name argument is the name of the data source and the logical-name argument is its logical name, which is defined when you create your schema image.
- You pass the options as the argn,valn pairs.
Here is an example of how to use the CONNECT statement with the
-Dsrv parameter:
|
Note that MAX_R is an abbreviation of MAX_ROWS. You can
abbreviate option names as long as they identify parameters uniquely.
Both the syntax statements and the example show the use of the -Dsrv
startup parameter in CONNECT statements. You can also specify
-Dsrv options in a parameter file, on a program item command line, or in
the Connection Parameters field in the Database Connect dialog box.