Vikram

Vikram

  • NA
  • 319
  • 261.8k

Performance Issue

Nov 4 2009 11:56 PM
Hi, In my application there are around 180 tables. I have created stored procedure for Insert, Delete, Update, and Retrieve functionality. These procedures have single line statement i.e for insert into table Insert command and all field values as parameters. Now my query is related to performance. If i use same query using SqlCommand in c# then which way is efficient performance wise.

Answers (3)