Windows account
- Last UpdatedJul 22, 2024
- 1 minute read
In the ConnectionString parameter, you must provide the following information: domain, user name and password. The domain and user name must be specified using the following syntax:
User ID=<Domain>\<UserName>; Password=<pasword>;
The SQLData Script Library takes the following actions:
-
Removes domain, user name, and password from <ConnectionString>.
-
Sets Integrated Security=True in <ConnectionString>.
-
Configures the connection manager with the specified domain, user name, and password and then requests impersonation of this user.
The SQLData Script Library impersonates the user based on the properties that were provided in the connection string.