| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 5

1. To use the .NET Framework Data Provider for SQL Server, an application must reference the _____________ namespace.

Correct Answer is : System.Data.SqlClient

2. Point out the correct statement :

Correct Answer is : System.Data.SqlClient includes a tabular data stream (TDS) parser to communicate directly with SQL Server

3. Code snippet for having a named instance of SQL Server would be :

Correct Answer is : “Server=localhost\sqlexpress”

4. Point out the wrong statement :

Correct Answer is : The goal of dotConnect for SQL Server is to enable developers to maintain database applications.

5. Which of the following is enumeration for ADO.net with SQL Server ?

Correct Answer is : SqlBulkCopyOptions