novixys

Exult Standard

Convert XML into Microsoft Excel (XLS), Microsoft Access (MDB or ACCDB), or CSV.

Download
a Free Trial
Buy Now
for US$150 $105

Exult SQL Server

Import XML into SQL Server.

Download
a Free Trial
Buy Now
for US$250

Exult MySQL

Import XML into MySQL.

Download
a Free Trial
Buy Now
for US$195 $125

Exult Oracle

Import XML into Oracle.

Download
a Free Trial
Buy Now
for US$500

Home » Documentation » Exult SQL Server

3.3.2 Specify the user name and password for connecting to SQL Server

By default, Exult attempts to use Windows Authentication to connect to the specified SQL Server database. This means connecting to SQL Server as the user account using Exult. If this is not acceptable, or your database is configured for SQL Server Authentication, you can specify a username and password using the -u <Username> and -p <Password> options. The following example attempts to connect to SQL Server running on host.com using the username BillyJones and password secret.

Exultcmd.exe -u BillyJones -p secret host.com ..