Hi NG,

from within a script, I want to connect to a SQL Server database using a
dedicated user account that has 'INSERT' rights for a special table within
this db. As this table contains sensitive data, we want to use an account
with just this right so that anybody who guesses the password cannot read the
data.
The SQL server uses Windows NT authentication ONLY (no mixed security). How
must I construct the ADO connection to use the dedicated user account for the
connection? So far, I have scripts that authenticate an ADO connection using
a SQL server account (with SQL server in mixed security), but I cannot figure
out how to use a different domain user when connecting to a SQL server with
Windows NT authentication. Is this even possible???