Select from following answers:- user id=trusted;database=northwind;server=dataServer
- Persist Security Info=False;database=northwind;server=dataServer
- Integrated Security=SSPI;database=northwind;server=dataServer
- All Above
Set the Integrated Security parameter to SSPI to create a trusted connection - that is, one for which the current Windows account credentials are used for authentication.
A connection string must set Integrated Security to SSPI or include a user and password. The given connection string that omits both is invalid. Setting Persist Security Info to False or No (strongly recommended), causes security-sensitive information, such as the password, to not be returned as part of the connection if the connection is open or has ever been in an open state. This is unrelated to authentication credentials.
Show Correct Answer
Source: MeasureUp.com | |
Alert Moderator