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