Microsoft
70-516 · Question #207
You use Microsoft .NET framework 4.0 to develop an application that connects to a Microsoft SQL Server 2008 database named AdventureWorksLT. The database resides on an instance named INSTA on a…
The correct answer is C. Data Source=SQL01\INSTA. See the full explanation below for the reasoning.
Question
You use Microsoft .NET framework 4.0 to develop an application that connects to a Microsoft SQL Server 2008 database named AdventureWorksLT. The database resides on an instance named INSTA on a server named SQL01. You need to configure the application to connect to the database. Which connection string should you add to the .config file?
Options
- AData Source=SQL01;
- BData Source=SQL01;
- CData Source=SQL01\INSTA;
- DData Source=AdventureWorksLT;
How the community answered
(53 responses)- A13% (7)
- B8% (4)
- C75% (40)
- D4% (2)
Community Discussion
No community discussion yet for this question.