microsoft / SQLServerPSModule

This repo is the home of SQL Server PowerShell Module development.
MIT License
51 stars 1 forks source link

Write-SqlTableData add KeepIdentity and KeepNull options #59

Open SamWalkerRxSense opened 1 year ago

SamWalkerRxSense commented 1 year ago

this a feature request for Write-SqlTableData to add KeepIdentity and KeepNull options

I assume this is using SqlBulkCopy which has SqlBulkCopyOptions already supporting these capabilities.