microsoft / SQLServerPSModule

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

Write-SqlTableData add KeepIdentity and KeepNull options #59

Open SamWalkerRxSense opened 10 months ago

SamWalkerRxSense commented 10 months 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.