SQL Server authentication
- Last UpdatedJul 22, 2024
- 1 minute read
Provide the following information in the ConnectionString;
User ID=<UserName>; Password=<password>;
The SQLData Script Library directly passes <ConnectionString> through to the SQL Server database.
The aaDCM object uses <ConnectionString> as is. There is no need for impersonation.