Invoke-SQLBulkCopy should support controlling options (MSSQL) #132
mithrandyr
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The SqlBulkCopy class by defaults uses the option "Keep Identity" -- which requires
alter table
permissions. There are additional options that, if not specified, requirealter table
permissions. See Microsoft Documentation: Bulk Insert: Security.Possible options, provide option flags to include (comma delimited list)?
Beta Was this translation helpful? Give feedback.
All reactions