You are implementing a WPF application that must access data from a SQL Server database named northwind on server dataServer. You need to connect with a trusted connection that uses the identity of the currently logged-on user.

Which connection string should you choose?

 Posted by Rajkatie on 8/31/2012 | Category: ADO.NET Interview questions | Views: 2277 | Points: 40
Select from following answers:
  1. user id=trusted;database=northwind;server=dataServer
  2. Persist Security Info=False;database=northwind;server=dataServer
  3. Integrated Security=SSPI;database=northwind;server=dataServer
  4. All Above

Show Correct Answer


Source: MeasureUp.com | | Alert Moderator 

Comments or Responses

Login to post response