Skip to content

Added support for tables that have computed columns or indexed views#13

Open
marchy wants to merge 1 commit intoappharbor:masterfrom
marchy:support-computed-columns
Open

Added support for tables that have computed columns or indexed views#13
marchy wants to merge 1 commit intoappharbor:masterfrom
marchy:support-computed-columns

Conversation

@marchy
Copy link
Contributor

@marchy marchy commented Sep 13, 2013

As noted in the SQL Server documentation and in this StackOverflow question tables that have computed columns or indexed views need the QUOTED_IDENTIFIER option to be toggled on before executing any CRUD operations (in this case the DELETE operation).

This pull request adds support for running the bulk copy on databases that have such tables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant