SimplySql icon indicating copy to clipboard operation
SimplySql copied to clipboard

Invoke-SqlBulkCopy is missing the parameter 'NotifyAction'

Open mithrandyr opened this issue 1 year ago • 0 comments

this is present pre 2.0, but missing afterwards: -NotifyAction <ScriptBlock> 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

mithrandyr avatar Aug 13 '24 18:08 mithrandyr