SqlBulkCopy class problem - Computed Columns

G

Guest

While using SqlBulkCopy to insert data into a table which has a compupted
column it fails, throwing an error about not being able to insert data into a
computed column which is understandable, The only way you can insert data
into a table with a computed column is by not specifying the column in TSQL ,
now with the WriteToServer method is there an option we can set on the
SqlBulkCopy object to accomodate inserts for computed columns without
throwing errors?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top