Your application executes a Microsoft SQL Server 2008 stored procedure with a table-valued parameter. You must execute a SqlCommand that provides a compatible value for the table-valued parameter.

What should you do?

 Posted by Rajkatie on 8/31/2012 | Category: ADO.NET Interview questions | Views: 2418 | Points: 40
Select from following answers:
  1. Add a parameter with a DataTable value.
  2. Add one parameter for each column of the existing compatible type on the server.
  3. Add a parameter with a string that names the existing compatible type on the server.
  4. All Above

Show Correct Answer


Source: MeasureUp.Com | | Alert Moderator 

Comments or Responses

Login to post response