mithrandyr / SimplySql

PowerShell module for querying various SQL databases
MIT License
197 stars 31 forks source link

Invoke-SqlBulkCopy is missing the parameter 'NotifyAction' #163

Open mithrandyr opened 1 month ago

mithrandyr commented 1 month ago

this is present pre 2.0, but missing afterwards: -NotifyAction If specified, then on the completion of each batch, this action will be invoked. The first argument will have the rows completed so far, either use $args[0] or specify a param block.

    Required?                    false
    Position?                    named
    Default value                
    Accept pipeline input?       false
    Accept wildcard characters?  false