This section guides you through the steps your installer must perform to uninstall the SQL engine server. Uninstalling the SQL engine server is necessary if your installer program installed the SQL engine server as described in "Required steps for your installer to perform when installing."

To uninstall the SQL Engine Server, your installer must execute the following command:

sql_engine_file /name="companyName datasource SQL Engine version bitness" /remove

where:

sql_engine_file
is the filename of your driver's SQL Engine Server executable file. For example, mongodbserver32.exe.
companyName
is your company name that you specified during branding.
datasource_name
is the name of the data source. For example, MongoDB.
version
is the major and minor version of your driver. For example, 08.01.
bitness
is the bitness of your driver. For example, 32.

For example, your installer must execute the following command to uninstall the SQL Engine Server for the 32-bit MongoDB driver:

mongodbserver32.exe /name="companyName MongoDB SQL Engine 08.01 32" /remove