SimplySql
SimplySql copied to clipboard
Invoke-SqlBulkCopy is missing the parameter 'NotifyAction'
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