vdd_measure_rpc_time
Estimate VDB RPC round-trip for a given DSN in milliseconds
float vdd_measure_rpc_time
(in _dsn varchar);
Description
This function will return the estimated number of milli-seconds to
perform an RPC round trip on the DSN supplied.
Parameters
_dsn –
The name of the data source to estimate round-trip time for.
Return Types
The length of time taken in milli-seconds as a float type.